Connecting to RabbitMQ container with docker-compose
Aha! I fixed it. @Ijaz was totally correct – the RabbitMQ service takes a while to start, and my worker tries to connect before it’s running. I tried using a delay, but this failed when the RabbitMQ took longer than usual. This is also indicative of a larger architectural problem – what happens if the … Read more