update celery beat scheduler time to env (#6352)
This commit is contained in:
parent
06fcc0c650
commit
7c397f5722
3 changed files with 16 additions and 3 deletions
|
|
@ -256,3 +256,7 @@ WORKFLOW_CALL_MAX_DEPTH=5
|
|||
# App configuration
|
||||
APP_MAX_EXECUTION_TIME=1200
|
||||
APP_MAX_ACTIVE_REQUESTS=0
|
||||
|
||||
|
||||
# Celery beat configuration
|
||||
CELERY_BEAT_SCHEDULER_TIME=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue