Actions
Task #1978
closedChange the name of the scheduler worker from "scheduler" to "pulp_celerybeat"
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
3.0.0
Groomed:
No
Sprint Candidate:
Yes
Tags:
Easy Fix
Sprint:
Quarter:
Description
The name of the scheduler worker is a constant defined in pulp/common/pulp/common/constants.py by the variable
SCHEDULER_WORKER_NAME = 'scheduler'
Renaming the scheduler worker to 'pulp_celerybeat' helps the user better associate it with pulp_celerybeat.service
Suggested by bmbouter
Related issues
Actions
Removes database backed celerybeat schedule
This change also converts worker watcher to use Django. This patch renames the scheduler to pulp_celerybeat.
closes: #2158 https://pulp.plan.io/issues/2158 closes: #2156 https://pulp.plan.io/issues/2156 closes: #1978 https://pulp.plan.io/issues/1978
blah