Skip to content

Commit c0be3c0

Browse files
committed
rabbitmq-run.mk: Restart nodes in a cluster sequentially
... not in parallel.
1 parent 624d9ba commit c0be3c0

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
@@ -422,7 +422,7 @@ restart-cluster:
422422
-rabbitmq_web_stomp_examples listener [{port,$$((61633 + $$n - 1))}] \
423423
-rabbitmq_prometheus tcp_config [{port,$$((15692 + $$n - 1))}] \
424424
-rabbitmq_stream tcp_listeners [$$((5552 + $$n - 1))] \
425-
" & \
425+
"; \
426426
done; \
427427
wait
428428

0 commit comments

Comments
 (0)