Skip to content

Commit

Permalink
📝 Update envvar docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Jan 10, 2025
1 parent 8cb6a04 commit 8660f59
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ Optional
* ``LOG_OUTGOING_REQUESTS_DB_SAVE_BODY``: Whether or not outgoing request bodies should be saved to the database. Defaults to: ``True``.
* ``LOG_OUTGOING_REQUESTS_MAX_AGE``: The amount of time after which request logs should be deleted from the database. Defaults to: ``7``.
* ``SENTRY_DSN``: URL of the sentry project to send error reports to. Default empty, i.e. -> no monitoring set up. Highly recommended to configure this.



* ``CELERY_TASK_HARD_TIME_LIMIT``: Defaults to: ``900`` seconds. If a celery task exceeds this time limit, the worker processing the task will be killed and replaced with a new one.
* ``CELERY_TASK_SOFT_TIME_LIMIT``: Defaults to: ``300`` seconds. If a celery task exceeds this time limit, the ``SoftTimeLimitExceeded`` exception will be raised.


Specifying the environment variables
Expand Down

0 comments on commit 8660f59

Please sign in to comment.