We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f2685 commit 2829fa8Copy full SHA for 2829fa8
scripts/heroku.sh
@@ -6,7 +6,7 @@ export INTEGRATE_SOCKETIO=false
6
# also socketio is not used in a celery task so no problem to turn it off
7
chmod -R 0777 ./static
8
./scripts/l10n.sh generate
9
-celery worker -A app.instance.celery --loglevel=info &
+celery worker -A app.instance.celery --loglevel=info -c 2 &
10
if [ "$APP_CONFIG" = "config.DevelopmentConfig" ]; then
11
python manage.py runserver -h 0.0.0.0 -p ${PORT:-8000} --no-reload
12
else
0 commit comments