auto scale celery workers in docker

This commit is contained in:
wh1te909 2022-12-30 21:26:41 +00:00
parent 6b6f7744aa
commit c4ef9960b9
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ fi
if [ "$1" = 'tactical-celery' ]; then if [ "$1" = 'tactical-celery' ]; then
check_tactical_ready check_tactical_ready
celery -A tacticalrmm worker -l info celery -A tacticalrmm worker --autoscale=30,5 -l info
fi fi
if [ "$1" = 'tactical-celerybeat' ]; then if [ "$1" = 'tactical-celerybeat' ]; then