8 days ago
Continuing on the unreliability of cron runs, I am unsure why this cron job skips every other day (last was manually triggered):
I understand there are errors, thos are to be expected on our end, but regardless the cron, which has schedule set to "0 3 * * *" still runs only every other day.
Attachments
1 Replies
8 days ago
This thread has been opened as a bounty so the community can help solve it.
Status changed to Open Railway • 8 days ago
8 days ago
Whats the code look like for the cron scheduling? Also are you using environmental variables? Check for timezones hard coded in your code. I'm only suggesting this because mine was a fallback that kept disagreeing with railway environment. I had to make it all match perfect before it would work right.