From d1e3cafed1fbeec0f25309b364a03b3eda6c0d0d Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Sun, 8 Sep 2024 20:36:04 -0400 Subject: [PATCH] Add links to https://github.com/FNNDSC/ChRIS_ultron_backEnd/issues/573 --- README.md | 2 ++ githubActions/main.js | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 657a460e..e6c142f5 100755 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ just prefer podman # or just prefer docker ``` +With Podman, RabbitMQ might fail to start. Simply retry the command. See https://github.com/FNNDSC/ChRIS_ultron_backEnd/issues/573 + ### Just Commands diff --git a/githubActions/main.js b/githubActions/main.js index 242dc4f9..423385df 100755 --- a/githubActions/main.js +++ b/githubActions/main.js @@ -7,8 +7,11 @@ const script = ` set -x just prefer ${CONTAINER_ENGINE} +# start-up is being retried as a workaround for +# https://github.com/FNNDSC/ChRIS_ultron_backEnd/issues/573 for i in {1..5}; do just start-ancillary && start=good && break + echo "::warning ::Ancillary services failed to start. Attempt=$i" done if [ "$start" != "good" ]; then