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.
image.png
image.png
image.png
image.png
Was this page helpful?