Actions
Backport #9462
closedBackport #8931 "In the new tasking system, missing workers need to be cleaned up in the database" to 3.14.z
Start date:
Due date:
% Done:
100%
Estimated time:
Triaged:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
The worker cleanup code must only remove missing workers from the database, but it can no longer run in the resource-manager. It should probably run at worker startup or periodically in each worker.
Related issues
Updated by dalley over 3 years ago
- Copied from Story #8931: In the new tasking system, missing workers need to be cleaned up in the database added
Added by dalley over 3 years ago
Updated by dalley over 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|7d0cbdd8e03b9711bb93aabd577d0dc62b577042.
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Added worker_cleanup to the tasking system
All workers that are considered offline will be removed from the database periodically.
backports #8931
fixes #9462
(cherry picked from commit 5bbf9596f2d265bac68c764631f26feadc8e992c)