mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Limit Celery's Redis connections (#1164)
This change adds a `MAX_CELERY_CONNECTIONS` environment variable, which defaults to `60`.
This commit is contained in:
@@ -75,3 +75,7 @@ This project uses environment variables to configure certain aspects of the appl
|
||||
### `CI`
|
||||
|
||||
- If set, will set SITE_ID to 1 in `settings.py`.
|
||||
|
||||
### `MAX_CELERY_CONNECTIONS`
|
||||
|
||||
- If set, will set the maximum number of connections to the Celery in `settings.py`. Defaults to 60.
|
||||
|
||||
Reference in New Issue
Block a user