Restart stream-perf-test on-failure
This handles the scenario where rmq2 is not available, and stream-perf-test exits with a non-zero exit code. Good spot @ansd! Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
This commit is contained in:
parent
47d572908d
commit
35a6369327
|
@ -175,6 +175,7 @@ services:
|
|||
networks:
|
||||
- "rabbitmq-prometheus"
|
||||
command: "--uris rabbitmq-stream://guest:guest@rmq2:5552/%2f --max-length-bytes 100mb --rate 1000"
|
||||
restart: on-failure
|
||||
# many-queues:
|
||||
# image: *perf-test-image
|
||||
# networks:
|
||||
|
|
Loading…
Reference in New Issue