Skip to content

Commit

Permalink
Add links to FNNDSC#573
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Sep 9, 2024
1 parent c4ebc75 commit d1e3caf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

</details>

### Just Commands
Expand Down
3 changes: 3 additions & 0 deletions githubActions/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1e3caf

Please sign in to comment.