Actions
Story #19
closedAs a user, I can scale down my Celery workers without cancelling tasks
Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
Currently, Pulp waits 5 minutes after noticing that a worker has gone missing, and then cancels all the tasks that were in its queue. It would be nicer if Pulp would automatically reassign all of those tasks to other workers when a worker is shutdown. It would also be nice if the system didn't have to wait five minutes to do this.Deliverables:Register workers for the shutdown signal, and make a handler that queues a task to mark that worker as missingRework the missing worker task to reassign queues rather than cancel their tasks.Such queues get deleted when drained
Added by bmbouter almost 10 years ago
Added by jortel@redhat.com over 9 years ago
Revision b97d9433 | View on GitHub
Merge pull request #19 from jortel/part-doux
Each unit is a branch head; Publish using pull-local.
Updated by amacdona@redhat.com over 5 years ago
- Status changed from NEW to CLOSED - WONTFIX
Actions
Merge pull request #19 from bmbouter/154
154 - Adjusts sphinx theme to use the RTD theme if available