Skip to content
Snippets Groups Projects
Verified Commit a9df5c8f authored by David Hoese's avatar David Hoese
Browse files

Be more generous with waiting for rabbitmq and remove debug sleep

parent 7cbf96fb
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@ debug() {
error() {
>&2 echo "ERROR: $@"
debug "Sleeping for debugging..."
sleep 300
# debug "Sleeping for debugging..."
# sleep 300
exit 1
}
......
......@@ -43,6 +43,8 @@ helm repo add bitnami "https://charts.bitnami.com/bitnami"
release_name="${release_prefix}geosphere-rabbit"
helm upgrade -v 2 --install -f ${values_base}/values-geosphere-rabbit.yaml $EXTRA_ARGS --version "8.26.1" --namespace $ns "${release_name}" bitnami/rabbitmq
# give cluster a couple seconds to add the pod
sleep 2
# do a little waiting for the rabbitmq pod to be ready so future stages
# don't fail to communicate with it
echo "Start waiting for rabbitmq: $(date +%Y%m%dT%H%M%S)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment