-
-
Notifications
You must be signed in to change notification settings - Fork 385
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
Extend the failed message in the ui. #68
Comments
Yeah, i would be nice to see job-data and job-options in failed tab. |
I think it would be very helpful |
hey, I might do it! Just want to be clear: 😅 |
Exactly :) |
done and release in v1.0.0-alpha.6 😄 |
Currently the Bull-board is not providing the needed info.
For example when a job fails we retry it X amount of times depending on the endpoint and this returns
‘job stalled more than allowable limit’
when it fails. Before in Kueue this would give the data object which contained the reason for failing.Currently it's only possible to see the complete message by calling
‘jobs/failed/retrieve/0/99999999’
endpoint.For this I would like the DATA and OPS object to be added to the failed job or an other solution would be to add a link to retrieve the complete message.
Solution one extend the array of queue(ui/components/Queue.js 63) :
failed: ['id', 'failedReason','data', 'timestamps', 'progress', 'attempts', 'retry'],
The text was updated successfully, but these errors were encountered: