Skip to content

Commit 57d164a

Browse files
committed
update worker to start 24 processes instead of 8 max
1 parent 3198ea1 commit 57d164a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/worker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
celery -A placedump.tasks worker -l INFO --autoscale 8,2
2+
celery -A placedump.tasks worker -l INFO --autoscale 24,2

0 commit comments

Comments
 (0)