Noobdeveloper
Noobdeveloper

Reputation: 505

firebase cloud functions upper limit and time limit

I tried firebase blaze plan calculator. I wanted to check the upper limit of cloud functions. enter image description here

Total turned out is 176$ Incase of Ddos or any other attack will it only cost this much and I also found a article saying 5000 invocations per second. Can it cost more than this Edit : Can I set hard limit on cloud functions to prevent ddos

Upvotes: 0

Views: 208

Answers (1)

Frank van Puffelen
Frank van Puffelen

Reputation: 598827

The upper limit you specify is part of the calculator, and not part of Cloud Functions itself. Cloud Functions itself scales with the number of incoming requests, up to the maximum number of concurrent requests that you specify.

Upvotes: 1

Related Questions