We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdb1635 + c2a11ee commit ea2075fCopy full SHA for ea2075f
health_check/contrib/celery/apps.py
@@ -15,7 +15,7 @@ def ready(self):
15
16
if hasattr(settings, "HEALTHCHECK_CELERY_TIMEOUT"):
17
warnings.warn(
18
- "HEALTHCHECK_CELERY_TIMEOUT is depricated and may be removed in the "
+ "HEALTHCHECK_CELERY_TIMEOUT is deprecated and may be removed in the "
19
"future. Please use HEALTHCHECK_CELERY_RESULT_TIMEOUT and "
20
"HEALTHCHECK_CELERY_QUEUE_TIMEOUT instead.",
21
DeprecationWarning,
0 commit comments