Actions
Issue #9666
closedA taskworker should log if a task workhorse process died unexpectedly
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 112
Quarter:
Description
Ticket moved to GitHub: "pulp/pulpcore/2093":https://github.com/pulp/pulpcore/issues/2093
This can happen in case of OOM. But any way killing the working task process should emit a log warning.
Actions
Add logging around certain ways a task can fail
This adds some logging for cases, where the task executing process dies unexpectedly (e.g. OOM) and is unable to properly set the task state and error reason.
fixes #9666