Y
Hacker News
new
|
ask
|
show
|
jobs
by
yegle
2356 days ago
No, the concurrency of GCF is always 1. If the latency of your code handling request is 1s, to handle 100 requests per second you'll need to have 100 instances running.
1 comments
CraftThatBlock
2356 days ago
You're right, thanks for letting me know
Link for reference:
https://cloud.google.com/functions/docs/max-instances
link
Link for reference: https://cloud.google.com/functions/docs/max-instances