make workers consistent with standard install [skip ci]
This commit is contained in:
parent
97b9253017
commit
bb1d3edf71
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue