6 Replies
As long as you are on the free plan you will not be charged. If you upgraded to a workers paid plan it depends on you usage, but 3 requests fall within the limits so there is no additional charge.
What exactly are you asking here?
I see, but I'm still a little confused here because the official docs says the free tier is "10ms per invocation" and these 3 requests are already crossing that free limit. How can I be 100% sure that I won't get charged?
ref: https://developers.cloudflare.com/workers/platform/pricing/#workers
How are they falling under the limit? "3 requests fall within the limits so there is no additional charge."
@Alex

Take a look here: https://developers.cloudflare.com/workers/platform/limits/
under cpu time it’s explained that if your worker runs infrequently it is allowed to go a little over. Other rules also apply the the cron workers depending on how much they run.
The free plan will show an error if you go over a limit. It will not charge you.
It seems to be a little hard to predict what is considered as "frequent" vs "not frequent".
If in my case, my worker will hit this limit once per day, will that be considered as "frequent" or "non frequent" for that month?
Unfortunately I don't think they specify nor want to specify that exactly to prevent people taking advantage of it.
I see, thanks for the help.