CRON Trigger execution time limit for Workers Paid?
I'm on the Worker's Paid plan and I can't wrap my head around the documentation regarding CRON limits.
Do I fall under the Standard row?
5 Replies
So my max CPU time is 15 minutes?
yes you fall under standard now, but there's an exception on that same docs page
On the Unbound (which should be same for Standard too afaik) billing model, scheduled Workers (Cron Triggers) have different limits on CPU time based on the schedule interval. When the schedule interval is less than 1 hour, a Scheduled Worker may run for up to 30 seconds. When the schedule interval is more than 1 hour, a scheduled Worker may run for up to 15 minutes.
ooo okay, so basically, anything that triggers every 1hr and above can utilize the 15 minutes?
should be yea, keep in mind you've still got the 128 mb limit and 1000 subrequest limit
gotcha. thanks!
by the way, do new worker instances run in different IP Addresses? Like if I rate limit my API based on the IP address, does using multiple worker instances sort of bypass this due to being "globally distributed"?