Skip to content

Commit

Permalink
[ansible] remove default queue from checkers containers
Browse files Browse the repository at this point in the history
  • Loading branch information
avkhozov committed Aug 22, 2023
1 parent 634fbc1 commit 22be3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/cs-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
docker_container:
name: "cs_checker_worker_{{ item }}"
image: "{{ cs_docker_image }}"
command: "perl script/cs minion worker -q default {{ cs_worker_checkers_queues }} -j {{ cs_worker_checkers_jobs }}"
command: "perl script/cs minion worker {{ cs_worker_checkers_queues }} -j {{ cs_worker_checkers_jobs }}"
init: true
container_default_behavior: no_defaults
restart_policy: unless-stopped
Expand Down

0 comments on commit 22be3c4

Please sign in to comment.