Skip to content

Instantly share code, notes, and snippets.

View Artimi's full-sized avatar

Petr Šebek Artimi

View GitHub Profile
@Artimi
Artimi / celeryconfig.py
Last active May 16, 2023 10:49
Dynamic queues in Celery
CELERY_IMPORTS = ('tasks')
CELERY_IGNORE_RESULT = True
CELERY_RESULT_BACKEND = 'amqp'
CELERYD_PREFETCH_MULTIPLIER = 1