docs
docs copied to clipboard
Troubleshooting concurrency groups
When a build is stuck because of a concurrency group, it is hard to see which jobs are in the queue. We have a GraphQL query that is very useful in these situations, and it lists all jobs in the queue of a concurrency group and its state.
We eventually have something in the UI (we have it already, but the performance is not very good)
I wasn't sure where to add this note, so I put it as an info section
Preview URL: https://2503--bk-docs-preview.netlify.app
Hi @pzeballos , just want you to confirm if this word modification (italicised) is correct...
Be aware that both the
block
andinput
steps cause these steps to be uploaded and scheduled at the same time, which breaks concurrency groups.By "these", I'm referring to either the
block
orinput
steps themselves.Is this correct?
That is correct @gilesgas !