Does Cloudflare Workers auto scale?
I have a 5 USD plan. If, for example, I suddenly receive a hight traffic of 5K RPS, since one single worker cannot process it (because of memory limitations), will cloudflare auto scale it by increase running worker instances?
3 Replies
5k RPS is nothing to workers
@Erisa @FloppyDisk the same for Durable Object? Since each DO has an unique id, I am not sure if auto scales.
a DO is inherently singlethreaded and single instance so the same doesn't apply
what RPS it can handle i dont know, but i think i remember it depends on how much compute is happening within each request since its single threaded
you would ideally want to architecture your application around that