[ENG-12182] match queue config to actual celery task names - #11928
Merged
brianjgeiger merged 2 commits intoSep 18, 2026
Merged
brianjgeiger merged 2 commits into
brianjgeiger merged 2 commits into
Conversation
aaxelb
approved these changes
Sep 17, 2026
| }, | ||
| 'monthly_reporters_go': { | ||
| 'task': 'management.commands.monthly_reporters_go', | ||
| 'task': 'osf.management.commands.monthly_reporters_go.monthly_reporters_go', |
Comment on lines
+499
to
+502
| # Items below are celery task names, not python module paths. | ||
| # These tasks set an explicit name= that does not start with their own | ||
| # module path, so the module entries above never match them. Listing the | ||
| # names keeps them on the intended queue without renaming the tasks |
Collaborator
There was a problem hiding this comment.
+10 for leaving an explanation (even tho the mismatch is hopefully temporary)
| 'osf.management.commands.migrate_deleted_date', | ||
| 'osf.management.commands.addon_deleted_date', | ||
| 'osf.management.commands.archive_registrations_on_IA' | ||
| 'osf.management.commands.archive_registrations_on_IA', |
brianjgeiger
changed the base branch from
hotfix/26.21.1
to
feature/pbs-26-18
September 18, 2026 12:45
Collaborator
|
@mkovalua Could you rebase this on |
resolve Conflicts
Collaborator
|
@mkovalua I mentioned in Slack, but the merge migrations are being taken care of by another ticket. Please remove them from here and merge in pbs-26-18 again when I ping you in slack that it's ready. |
Collaborator
|
@mkovalua Okay, the merge migration has been put into pbs-26-18. Please remove yours and pull the latest feature branch now. |
mkovalua
force-pushed
the
fix/ENG--12182
branch
from
September 18, 2026 13:51
912d935 to
724019f
Compare
brianjgeiger
merged commit Sep 18, 2026
92e63e2
into
CenterForOpenScience:feature/pbs-26-18
10 of 16 checks passed
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Ticket
Purpose
Changes
Side Effects
QE Notes
CE Notes
Documentation