Is there a way to customize the cron job timeout limit?

Right now some cron jobs are hanging. Not sure if it is related to Cron jobs hanging as I’m also using the Frankfurt environment.

The default timeout is 12 hours, anyway to lower that timeout limit in the meantime to force a restart on hanging jobs?

Hi Alex,

We don’t currently have a way to modify the 12 hour timeout. However, you may be able to add a timeout to your application code so that it exits if the job is not completed within a certain amount of time.

I took a look at your jobs and see that there is one from several hours ago that is causing the current ones not to be able to execute. Can you try manually triggering a job? This should cancel the existing one and start a new one https://render.com/docs/cronjobs#what-happens-when-i-manually-trigger-a-run-while-another-run-is-executing

Let me know if you’re still running into issues.

Best,

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.