Skip to content

merge in place the apps beat schedule in the default Schedule class.#5908

Merged
auvipy merged 1 commit into
celery:masterfrom
matteius:issue-3862-default-beat-scheduler
Feb 28, 2020
Merged

merge in place the apps beat schedule in the default Schedule class.#5908
auvipy merged 1 commit into
celery:masterfrom
matteius:issue-3862-default-beat-scheduler

Conversation

@matteius

@matteius matteius commented Jan 7, 2020

Copy link
Copy Markdown
Contributor

This change was recommended in #3862 and the issue came up again recently. I checked the code that was referenced and sure enough, merging in the app's schedule only happens in the PersistentScheduler, hence this change.

@auvipy auvipy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add tests for this as well?

@auvipy auvipy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK