-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jobs are occasionally not picked up #29
Comments
Sorry for the delay. I was finally able to track down what's going on here. Turns out, this happens when the machine is booted up correctly, added to GitHub, but then GitHub doesn't respond to us :( I don't know yet how to fix it - we might have to add some sort of retry mechanism. For now, I created an alert for myself to at least be aware of when it happens - #31. I'll also reach out to GitHub support for guidance. Maybe they'll be able to give me more info on what's exactly going on there. |
I suspect that we're seeing download errors in
|
BTW, I know it's not ideal but as a quick way to get out of the infinite wait, cancel workflow run + rerun failed jobs should work. |
This doesn't happen very often, but this is the 2nd or 3rd time I'm running into this issue: A job is not picked up by a runner, even after waiting for 15 minutes or more. Not sure if that's because no machine is getting booted, or booting fails, or something else.
Here's the run that didn't get picked up: https://github.com/quic-go/quic-go/actions/runs/5331576697/jobs/9660559692?pr=3908 (Not sure if this link still works after I restart the job).
Here's a screenshot:
The text was updated successfully, but these errors were encountered: