Skip to content

Commit

Permalink
docs: clarify key entries for workers config
Browse files Browse the repository at this point in the history
(cherry picked from commit 70aae3b)
  • Loading branch information
Ian2012 committed Sep 12, 2024
1 parent 87a6b0c commit f94a92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ from tutorcelery.hooks import CELERY_WORKERS_CONFIG
@CELERY_WORKERS_CONFIG.add()
def _add_celery_workers_config(workers_config):
# Adding LMS extra queues
workers_config["lms"]["high"] = {}
workers_config["lms"]["high"] = {} # Make sure to match the key with the queue name: edx.lms.core.high
workers_config["lms"]["high_mem"] = {}

# Adding CMS extra queues
Expand Down

0 comments on commit f94a92c

Please sign in to comment.