diff --git a/solution/services/backend/config/settings.py b/solution/services/backend/config/settings.py index 0bc500d..140f1f1 100644 --- a/solution/services/backend/config/settings.py +++ b/solution/services/backend/config/settings.py @@ -435,6 +435,8 @@ INSTALLED_APPS = [ "health_check.cache", "health_check.storage", "health_check.contrib.migrations", + "health_check.contrib.celery", + "health_check.contrib.celery_ping", # Third-party apps "corsheaders", "django_extensions",