revsys / django-health-check

a pluggable app that runs a full check on the deployment, using a number of plugins to check e.g. database, queue server, celery processes, etc.

Home Page:https://readthedocs.org/projects/django-health-check/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CeleryPingHealthCheck issue

afedosenko opened this issue · comments

def _check_active_queues(self, active_workers):
    defined_queues = app.conf.CELERY_QUEUES

CELERY_QUEUES has been renamed to CELERY_TASK_QUEUES in version 4.0+.

https://docs.celeryproject.org/en/4.0/whatsnew-4.0.html#lowercase-setting-names