Merge "Move rabbitmq healthcheck to something more modern"

This commit is contained in:
Zuul 2021-06-10 17:30:16 +00:00 committed by Gerrit Code Review
commit 39e368bda4
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
rabbitmqctl node_health_check || exit 1
rabbitmq-diagnostics check_running || exit 1