Skip to content
Snippets Groups Projects
Commit 0ee4de7e authored by Mohammad Torkashvand's avatar Mohammad Torkashvand Committed by Aleksandr Kurbatov
Browse files

make celery concurrency level 1

parent ec352a1a
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !267. Comments created here will be created in the context of that merge request.
...@@ -20,3 +20,4 @@ docs/vale/styles/* ...@@ -20,3 +20,4 @@ docs/vale/styles/*
.idea .idea
.venv .venv
.env
\ No newline at end of file
...@@ -4,4 +4,4 @@ set -o errexit ...@@ -4,4 +4,4 @@ set -o errexit
set -o nounset set -o nounset
cd /app cd /app
python -m celery -A gso.worker worker --loglevel=info python -m celery -A gso.worker worker --loglevel=info --concurrency=1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment