Task #1978
closedChange the name of the scheduler worker from "scheduler" to "pulp_celerybeat"
100%
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
Updated by bmbouter over 8 years ago
- Tracker changed from Issue to Task
At triage it was decided this is a task. Switching it to a task since it's not a defect, but something we should do.
Updated by bmbouter about 8 years ago
- Related to Refactor #2158: Remove pulp_celerybeat use of scheduled calls from database added
Updated by bmbouter about 8 years ago
- Sprint Candidate changed from No to Yes
- Tags Pulp 3 added
Updated by dkliban@redhat.com about 8 years ago
- Status changed from NEW to POST
Added by dkliban@redhat.com about 8 years ago
Added by dkliban@redhat.com about 8 years ago
Revision 365f9fd0 | View on GitHub
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
Updated by dkliban@redhat.com about 8 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|365f9fd0a0b09969e65ef6f112a7a973e2bb63cc.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
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