Skip to content

fix: use quorum queue - #1183

Merged
ivis-miyachi merged 3 commits into
ivis-weko3-dev:feature/W2026-31from
ivis-futagami:feature/W2026-31_celery5.5
Jul 30, 2026
Merged

fix: use quorum queue#1183
ivis-miyachi merged 3 commits into
ivis-weko3-dev:feature/W2026-31from
ivis-futagami:feature/W2026-31_celery5.5

Conversation

@ivis-futagami

Copy link
Copy Markdown

fix for using quorum queue and celery5.5

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 Not ready to approve

It includes a malformed triple-quoted comment string and a potentially unresolvable Celery pin (celery==5.5) that should be corrected for build reliability.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.

Pull request overview

Updates WEKO’s Celery/RabbitMQ configuration and Python dependency pins to support Celery 5.5 and enforce RabbitMQ quorum queues for the default Celery queue.

Changes:

  • Configure Celery’s default queue as a RabbitMQ quorum queue in scripts/instance.cfg.
  • Upgrade Celery/Billiard versions and update Kombu/Invenio-Celery sources in requirements files.
  • Add tzdata to the Python package set.
File summaries
File Description
scripts/instance.cfg Adds Celery queue/exchange configuration for quorum queues and broker transport options.
packages.txt Updates Celery/Billiard, adjusts Kombu source, and adds tzdata.
packages-invenio.txt Switches invenio-celery from a pinned release to a Git-based editable install.
Review details
  • Files reviewed: 3/3 changed files
  • Comments generated: 4
  • Review effort level: Low

We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.

Comment thread scripts/instance.cfg
),
)
BROKER_TRANSPORT_OPTIONS = {"confirm_publish": True}
"""" celery settings for quorum queues """
Comment thread packages.txt
jsonpath-ng == 1.5.2
#kombu==5.3.7
-e git+https://github.com/RCOSDP/kombu.git@nii_develop/W2024-16#egg=kombu
-e git+https://github.com/RCOSDP/kombu.git@nii_develop/W2026-31#egg=kombu
Comment thread packages-invenio.txt
invenio-base==1.4.0
invenio-cache==1.3.0
invenio-celery==1.3.1
-e git+https://github.com/RCOSDP/invenio-celery.git@nii_develop/W2026-31#egg=invenio-celery
Comment thread packages.txt
captcha==0.6.0
cchardet==2.2.0a2
celery==5.3.6
celery==5.5
@ivis-miyachi
ivis-miyachi merged commit fb1508b into ivis-weko3-dev:feature/W2026-31 Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants