Cron Jobs stopped working #6505
Replies: 6 comments 7 replies
-
I'm facing the same issue. Cron expression has been validated and job can be run manually by clicking "Run" button within Cron Jobs section of the project settings. When run manually, there is a log input appearing. However, logs doesn't show any API call around the time cron job is scheduled. |
Beta Was this translation helpful? Give feedback.
-
I have the same issue but I'm not getting logs when the job is run manually from the cron jobs settings page although I can still run the job using postman and triggering it that way. |
Beta Was this translation helpful? Give feedback.
-
I found out what happened with mine. My nextjs file had a trailing slashes setting turned on so anything without a trailing slash was being forwarded. It looks like the cron setup in vercel will not follow redirects but doesn't log an error about it. So they were silently failing. |
Beta Was this translation helpful? Give feedback.
-
I'm also having the same issue. But it's clearly something that's happening, not a setting: |
Beta Was this translation helpful? Give feedback.
-
In my case, I can't view my cron job under project Settings > Cron Jobs. My last deployment was about 300 days ago and I believe it was working fine until now, but now I can't even see it listed under Cron Jobs. Did they change something? |
Beta Was this translation helpful? Give feedback.
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
Beta Was this translation helpful? Give feedback.
-
Question
Despite no changes to the source code, my cron jobs stopped working today. Here are the contents of my
vercel.json
file:I've set them up to execute serverless functions once a day, and I've confirmed that the functions are not erroring out by manually hitting them on the prod url.
Beta Was this translation helpful? Give feedback.
All reactions