You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2025. It is now read-only.
When trying to debug a failing job and it hangs, it's impossible to debug from this tool.
Opening the docker worker logs allows you to see the actual error coming from DB. In my case, data was violating a constraint. Meanwhile, the UI just continues to count up as if it's in progress.
Discovering the source of this error after 10+ minutes of letting the job finish is frustrating.
When trying to debug a failing job and it hangs, it's impossible to debug from this tool.
Opening the docker worker logs allows you to see the actual error coming from DB. In my case, data was violating a constraint. Meanwhile, the UI just continues to count up as if it's in progress.
Discovering the source of this error after 10+ minutes of letting the job finish is frustrating.