CRON job CPU limit
My cron worker job got killed for exceeding time (32,000 ms).
The docs, under CPU time say that for unbound workers, when the schedule interval is more than 1 hour, a scheduled Worker may run for up to 15 minutes.. My job runs once per month.
Because my job is a data collecting job where most of the time is spent waiting for an API to reply, I switched to the new standard billing model.
Is this how it is supposed to happen, or is there something I could have done wrong?
0 Replies