You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a docker compose file that starts rabbitmq (currently using tutum image, need to switch to this one), but the dependent services are trying to connect before rabbitmq is listening on the port:
I've had my apps wait for active connection and when one isn't present after 5 seconds, close the attempted connection and retry. It's neither elegant, nor 100% reliable, but it does seem to work most of the time. Maybe this answer will serve as a bump for someone with a better solution to share? TIA.
I have a docker compose file that starts rabbitmq (currently using tutum image, need to switch to this one), but the dependent services are trying to connect before rabbitmq is listening on the port:
tleyden/open-ocr#74 (comment)
How can I block until rabbitmq is listening for connections? Will switching to the official rabbitmq image help?
The text was updated successfully, but these errors were encountered: