Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange authored Dec 24, 2024
1 parent b172fc4 commit 3954e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/contrib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ If you are using Celery you may choose between two different Celery checks.

`health_check.contrib.celery` sends a task to the queue and it expects that task
to be executed in `HEALTHCHECK_CELERY_TIMEOUT` seconds which by default is three seconds.
The task is sent with a priority of `HEALTHCHECK_CELERY_PRIORITY` (default priority by default).
You may override that in your Django settings module. This check is suitable for use cases
which require that tasks can be processed frequently all the time.

Expand Down

0 comments on commit 3954e3d

Please sign in to comment.