a year ago
Hi, I'm not sure why, but a few times build just hangs with the only output being:
19 Replies
a year ago
project id please
a year ago
@Ryan The Temp are you still experiencing this issue?
a year ago
there is some issue with the cron scheduler skipping jobs, at this time I would recommend using an in code scheduler for more reliability
a year ago
in code scheduler, like node-cron
our team actually had an issue with it skipping for 12 hours and we had to manually do it
a year ago
right, as mentioned railway's scheduler has an issue where it will sometimes skip a run, and as per my recommendation above, an in-code scheduler will provide higher reliability
yea but how do we do a in-code scheduler in python, we never heard of this before
a year ago
there are plenty of packages to do such, and even more tutorials
Do you know when the issue with cron scheduler skipping jobs might be fix like a timeline?
a year ago
I do not, sorry
a year ago
locking as the original thread is solved