Skip to content

How do you debug jobs that are hanging ? #2931

Answered by Fgerthoffert
Fgerthoffert asked this question in Q&A
Discussion options

You must be logged in to vote

I believe I finally found the cause of the issue, which was a misconfiguration (or incorrect understanding of a setting) on my end.

In short, the message to look for is:

2023-03-10 15:29:09.728  INFO  [scale-up:a0502c68-f9b9-5d2d-afd6-70edb7486316 index.js:135249  isJobQueued] Job not queued 

When multiple jobs were triggered at the same time, a RACE condition between the runners were causing some jobs not to see runners being created.

You'll find more details about the issue and a suggested improvement in this PR: #3046

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Fgerthoffert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant