Build hangs with Context: ...

Hi, I'm not sure why, but a few times build just hangs with the only output being:
[Region: us-west1]
==============
Using Nixpacks
==============
context: e7b2f688af0ffebee4e27a48e1bbdedd
[Region: us-west1]
==============
Using Nixpacks
==============
context: e7b2f688af0ffebee4e27a48e1bbdedd
Solution:
Look like it worked now. for
Jump to solution
16 Replies
Percy
Percy2w ago
Project ID: 8839d035-4f03-41e7-b7ae-aa753f385754
Ryan The Temp
Ryan The Temp2w ago
8839d035-4f03-41e7-b7ae-aa753f385754
NightBounty
NightBounty2w ago
I got the same error me too, did you manage to fix it?
Brody
Brody2w ago
project id please
NightBounty
NightBounty2w ago
it's fixed now for some reason, our 2pm cron job didn't work 3pm works now
Brody
Brody2w ago
@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
NightBounty
NightBounty2w ago
what is a code scheduler? can you give an example
Brody
Brody2w ago
in code scheduler, like node-cron
NightBounty
NightBounty2w ago
our team actually had an issue with it skipping for 12 hours and we had to manually do it
Brody
Brody2w 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
NightBounty
NightBounty2w ago
yea but how do we do a in-code scheduler in python, we never heard of this before
Brody
Brody2w ago
there are plenty of packages to do such, and even more tutorials
NightBounty
NightBounty2w ago
Do you know when the issue with cron scheduler skipping jobs might be fix like a timeline?
Solution
Ryan The Temp
Ryan The Temp2w ago
Look like it worked now. for
Ryan The Temp
Ryan The Temp2w ago
thx
Brody
Brody2w ago
I do not, sorry locking as the original thread is solved