Skip to content

Commit d80a7d9

Browse files
authored
fix(taskworker) Remove num-brokers (#3769)
The num-brokers option generates broker host names that don't exist in self-hosted.
1 parent 43d7d96 commit d80a7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ services:
500500
command: run taskworker-scheduler
501501
taskworker:
502502
<<: *sentry_defaults
503-
command: run taskworker --concurrency=4 --rpc-host=taskbroker:50051 --num-brokers=1
503+
command: run taskworker --concurrency=4 --rpc-host=taskbroker:50051
504504
vroom:
505505
<<: *restart_policy
506506
image: "$VROOM_IMAGE"

0 commit comments

Comments
 (0)