Skip to content
Snippets Groups Projects
Commit 4ca029e7 authored by Thibault Debatty's avatar Thibault Debatty
Browse files

deploy 4 background queue workers

parent 64ed09e8
No related branches found
No related tags found
No related merge requests found
Pipeline #13637 passed
......@@ -94,4 +94,4 @@ deploy:
# docker login and restart services
- ssh monitoring@$SERVER "cd /home/monitoring;
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY;
docker compose up -d"
\ No newline at end of file
docker compose up -d --scale queue=4"
\ No newline at end of file
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