Skip to content

Commit

Permalink
#19 fix command for cs-worker service
Browse files Browse the repository at this point in the history
  • Loading branch information
avkhozov committed Sep 27, 2024
1 parent a5e0990 commit 9797257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ services:
if [[ $$? == 0 ]]; then break; fi
sleep 2
done &&
perl script/cs minion worker -q default -j 64
perl script/cs minion worker -q default -q checker -j 64
init:
<<: *cs-common
Expand Down

0 comments on commit 9797257

Please sign in to comment.