make workers consistent with standard install [skip ci]

This commit is contained in:
wh1te909 2024-01-30 19:05:17 +00:00
parent 97b9253017
commit bb1d3edf71
1 changed files with 1 additions and 1 deletions

View File

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