Cron failing as the day goes by

For Workers & Pages, what is the name of the domain?

invierto-cron-jobs.tomirodriguez-89.workers.dev

What is the error message?

Exceeded CPU Time Limits

What is the issue or error you’re encountering

Im running a Cron Job that have 5 endpoints request with market data. It’s not that much. Its less than 750kb in total for all five. Then this data is parsed and stored both in KV and my database. The first 5-6 times it works perfectly but after that, it starts failing randomly. It stops will saving the data. Sometimes it can save 2, 1 or none. The strange thing is that all the process takes around 10-11 seconds top according to the logs. The cron itself has a waitUntil that let the function end immediately, while all the process is in background. Is there something I’m missing? A cumulative limit per day for the crons? That worker ONLY run the cron jobs, not anything else. Im uploading the metrics data.

Screenshot of the error