Skip to content

Commit

Permalink
Merge pull request #12621 from rabbitmq/mergify/bp/v3.13.x/pr-12620
Browse files Browse the repository at this point in the history
Make (rabbitmq-run.mk): abort restart-cluster if something goes wrong (backport #12616) (backport #12620)
  • Loading branch information
michaelklishin authored Oct 30, 2024
2 parents 33b0941 + ce1512a commit 9e0b55c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/rabbit_common/mk/rabbitmq-run.mk
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ restart-cluster:
-rabbitmq_prometheus tcp_config [{port,$$((15692 + $$n - 1))}] \
-rabbitmq_stream tcp_listeners [$$((5552 + $$n - 1))] \
"; \
$(RABBITMQCTL) -n "$$nodename" await_online_nodes $(NODES) || exit 1; \
done; \
wait

Expand Down

0 comments on commit 9e0b55c

Please sign in to comment.