Skip to content

Commit 5313f1b

Browse files
dumbbellmergify[bot]
authored andcommitted
rabbitmq-run.mk: Restart nodes in a cluster sequentially
... not in parallel. (cherry picked from commit c0be3c0) (cherry picked from commit 168c703)
1 parent c7d4b0b commit 5313f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit_common/mk/rabbitmq-run.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ restart-cluster:
435435
-rabbitmq_web_stomp_examples listener [{port,$$((61633 + $$n - 1))}] \
436436
-rabbitmq_prometheus tcp_config [{port,$$((15692 + $$n - 1))}] \
437437
-rabbitmq_stream tcp_listeners [$$((5552 + $$n - 1))] \
438-
" & \
438+
"; \
439439
done; \
440440
wait
441441

0 commit comments

Comments
 (0)