Build hangs with Context: ...
Hi, I'm not sure why, but a few times build just hangs with the only output being:
16 Replies
Project ID:
8839d035-4f03-41e7-b7ae-aa753f385754
8839d035-4f03-41e7-b7ae-aa753f385754
I got the same error me too, did you manage to fix it?
project id please
it's fixed now for some reason, our 2pm cron job didn't work
3pm works now
@Ryan the Temp are you still experiencing this issue?
there is some issue with the cron scheduler skipping jobs, at this time I would recommend using an in code scheduler for more reliability
what is a code scheduler?
can you give an example
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
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
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?
Solution
Look like it worked now. for
thx
I do not, sorry
locking as the original thread is solved