Skip to content
Snippets Groups Projects
Commit 162f9966 authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

make celery concurrency level 1

parent 0f5a9d07
No related branches found
No related tags found
1 merge request!269make celery concurrency level 1
Pipeline #89044 failed
......@@ -20,3 +20,4 @@ docs/vale/styles/*
.idea
.venv
.env
\ No newline at end of file
......@@ -4,4 +4,4 @@ set -o errexit
set -o nounset
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.
Finish editing this message first!
Please register or to comment