This repository was archived by the owner on Aug 3, 2026. It is now read-only.
[BB-6123] cherry-pick of celery upgrade configurations - #198
Merged
Agrendalath merged 2 commits intoJun 13, 2022
Conversation
…upported#6586) * feat: make SINGLE_BEAT_IDENTIFIER configurable * fix: celery 5.0+ does not support --app as a worker flag * refactor: remove duplicated app declaration * fix: --config flag is global since Celery 5.0+ * fix: replace single-beat with an updated version * fix: add missing comma * fix: replace maxtasksperchild worker flag * refactor: address PR review comments Signed-off-by: Gabor Boros <gabor.brs@gmail.com> * refactor: remove celery<5 adjustments Signed-off-by: Gabor Boros <gabor.brs@gmail.com> * fix: set single-beat autorestart Signed-off-by: Gabor Boros <gabor.brs@gmail.com>
navinkarkera
force-pushed
the
navin/backport-celery-config-maple
branch
from
June 8, 2022 06:09
d1bf0f1 to
6542bd4
Compare
Agrendalath
approved these changes
Jun 12, 2022
Agrendalath
left a comment
Member
There was a problem hiding this comment.
👍
- I tested this: checked Celery tasks on the sandbox
- I read through the code
- I checked for accessibility issues: n/a
- Includes documentation: n/a
- I made sure any change in configuration variables is reflected in the corresponding client's
configuration-securerepository: n/a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Cherry-pick of
Dependencies
Related to open-craft/openedx-platform#479, which cherry picks celery upgrade to maple branch in opencraft.
Related tickets