-
Notifications
You must be signed in to change notification settings - Fork 32
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
race condition on terminating job_cmd and error output #7247
Comments
robnagler
added a commit
that referenced
this issue
Sep 10, 2024
- The sleep is a workaround until we can decide what to do.
robnagler
added a commit
that referenced
this issue
Sep 26, 2024
e-carlin
pushed a commit
that referenced
this issue
Oct 18, 2024
This was referenced Oct 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the job_cmd has an exception, it sends it back as a json string (return from default_command). job_agent is watching for termination, stdout, and stderr. If the job terminates, on_stdout_read doesn't write anything. This also happens if send_reply is false. It's unclear that an exception should be caught at this level. It seems like a pkdlog would be useful in any event.
The text was updated successfully, but these errors were encountered: