Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
CraftThatBlock
6y ago
0 comments
Save
Share
Cloud Functions isn't 1:1 IIRC, once a Function is booted it keeps serving more requests once warm.
0 comments
2 comments · 1 top-level
top
newest
oldest
yegle
6y ago
· 1 in thread
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.
CraftThatBlock
OP
6y ago
You're right, thanks for letting me know
Link for reference:
https://cloud.google.com/functions/docs/max-instances
j
/
k
navigate · click thread line to collapse