Issue #2815
tasking/celery_instance.py references wrong Scheduler class.
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
On 3.0-dev
tasking/celery_instance.py references wrong Scheduler class.
celery.conf.update(CELERYBEAT_SCHEDULER='pulp.server.async.scheduler.Scheduler')
Should reference tasking.services.scheduler.Scheduler.
History
#1
Updated by jortel@redhat.com over 3 years ago
- Tags Pulp 3 added
#2
Updated by jortel@redhat.com over 3 years ago
- Subject changed from 3.0 - tasking/celery_instance.py references wrong Scheduler class. to tasking/celery_instance.py references wrong Scheduler class.
#3
Updated by jortel@redhat.com over 3 years ago
- Description updated (diff)
#4
Updated by amacdona@redhat.com over 3 years ago
- Triaged changed from No to Yes
#5
Updated by dalley almost 3 years ago
- Status changed from NEW to CLOSED - NOTABUG
The scheduler no longer exists. The line does still exist but it's a no-op, and I'll clean it up in a larger PR momentarily.
#6
Updated by daviddavis almost 2 years ago
- Sprint/Milestone set to 3.0.0
#7
Updated by bmbouter almost 2 years ago
- Tags deleted (
Pulp 3)
Please register to edit this issue