Skip to content

Commit

Permalink
use 3 concurrent celery workers on the app
Browse files Browse the repository at this point in the history
  • Loading branch information
George Hudson committed Jan 10, 2024
1 parent 4e13d1a commit 6f32657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdrs-backend/celery_start.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

echo starting celery
celery -A tdpservice.settings worker -c 1 &
celery -A tdpservice.settings worker -c 3 &
sleep 5
echo "REDIS_URI: $REDIS_URI"
celery -A tdpservice.settings --broker=$REDIS_URI flower &
Expand Down

0 comments on commit 6f32657

Please sign in to comment.