Cron Exceeded CPU Limit
I have a cron that's getting a Exceeded CPU Limit error around the 30s mark. The code simply does DB fetch requests and should not be using this much CPU time, unsure why it does.
However besides that issue the worker CPU time limit should be 15 minutes, not 30 seconds. Why does the cron request not run for longer?
This is the error I see in
However besides that issue the worker CPU time limit should be 15 minutes, not 30 seconds. Why does the cron request not run for longer?
This is the error I see in
wrangler tail logs: