-
Notifications
You must be signed in to change notification settings - Fork 6
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
Improve debuggability #130
Comments
I've added some additional debug output to the committer as I'm seeing an issue where events appear to be lost between modules. |
I'd like to add an additional doctype to the work in #135 that an be used by the This would allow |
Currently the dispatcher removes jobs (and hence their pods and the pods logs) when they have failed or completed.
This makes debugging a failed job very hard as the logs are logs. I
I propose moving to leave the jobs and then clean up any jobs that are older than 1 hour and have failed/completed.
Also the logging isn't great a lots of points and byte arrays are logged which aren't helpful, planning to clean this up too.
The text was updated successfully, but these errors were encountered: