top | item 44368763

(no title)

develatio | 8 months ago

Say I want to deploy a service that is currently receiving 1rps at a constant rate, no upticks, no gaps. Wouldn’t that be the cost? If the answer is “yes”, then no, that is a terrible pricing.

discuss

order

rohan_|8 months ago

Don’t host your website on containers, that’s what workers are for

psibi|8 months ago

Aren't you limited with Workers ? Like would you be able to deploy a OCaml or a Haskell application using it ?

sofixa|8 months ago

Realistically, almost nobody has this type of usage. And for those that do, yes, serverless autoscaling up from zero is not appropriate.

develatio|8 months ago

True. Most services (unless your service is a demo/toy project, as I stated earlier) have way more traffic. It might not be evenly distributed though the day, but if you add all the CPU time in a day, I’m sure it will exceed 24h. So that leaves me with the question for who is this? Developers that are starting and want to deploy something small?