Actions
Story #8931
closedIn the new tasking system, missing workers need to be cleaned up in the database
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
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 mdellweg over 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to mdellweg
Updated by pulpbot over 3 years ago
- Status changed from ASSIGNED to POST
Added by mdellweg over 3 years ago
Updated by mdellweg over 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|5bbf9596f2d265bac68c764631f26feadc8e992c.
Updated by pulpbot about 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by dalley about 3 years ago
- Copied to Backport #9462: Backport #8931 "In the new tasking system, missing workers need to be cleaned up in the database" to 3.14.z added
Actions
Added worker_cleanup to the tasking system
All workers that are considered offline will be removed from the database periodically.
fixes #8931