mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 02:23:53 +02:00
feat: increase Celery worker autoscale limit from 64 to 128
This commit is contained in:
parent
ec7e559415
commit
59855d92f6
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ backend_pid=$!
|
|||
sleep 5
|
||||
|
||||
echo "Starting Celery Worker..."
|
||||
celery -A app.celery_app worker --loglevel=info --autoscale=64,4 &
|
||||
celery -A app.celery_app worker --loglevel=info --autoscale=128,4 &
|
||||
celery_worker_pid=$!
|
||||
|
||||
# Wait a bit for worker to initialize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue