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.
1 parent b0e2c4c commit c2a11eeCopy full SHA for c2a11ee
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