Cron job: Exceeded CPU Limit
I have a cron worker which runs per hours and syncs SalesItemPrices between Exact Online and Strapi. The issue is that 90-95% of the time it throws this error
Exceeded CPU Limit
. But it actually isn't. Why is this happening??
Code: https://github.com/dilmaheu/dilmahtea.me-workers/blob/main/src/workers/dilmahtea-me-exact-sync/src/index.js
I have attached the past 40 cron events among which only 4 were successful.1 Reply
Note: Though in the screenshot, you are seeing
Exceeded Resources
, if I run wrangler tail
, the logs say Exceeded CPU Limit