-
Notifications
You must be signed in to change notification settings - Fork 5
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
Provide information why job submission failed #30
Comments
Actually it would be good to get the error message from the underlying job scheduler in every case where BE fails to execute a command. |
Maybe put the message into the BEJobResult? Consistency with other sites may suggest to use an Exception that encodes the details (code + message). |
TODO:
|
Execution error (exit code != 0) Parser error (exit code == 0) Timeout error (no exit code) Investigate further the 3+ cases and make individual issues. |
Consider RoddyToolLib issue TheRoddyWMS/RoddyToolLib#32 about logging output of failed locally executed processes. Maybe provide this information to the result object in BE? |
If job submission with
jobManager.runJob(job)
fails, it would be useful if there was more information why it failed.Maybe add an additional field to BEJobResult.
The text was updated successfully, but these errors were encountered: