Search code examples
firebasegoogle-cloud-functionsgoogle-cloud-scheduler

Firebase cloud scheduler function cost


Firebase indicates the cost for cloud scheduler jobs as $0.10 here: https://firebase.google.com/docs/functions/schedule-functions

Does that mean you would be charged $864 dollars per month if you had a job that ran every 5 minutes???

Updated: Even though answered, just to clarify the reason I asked the question is because the docs referenced did not distinguish between a "job" and as Doug mentioned, the invocation. If you are going to down-vote, it would be helpful to understand why. Thanks.


Solution

  • No, the cost is per job definition, not per job invocation. If you define 3 jobs, it's $0.30 per month, no matter how many times they execute.