a year ago
Hi mind if someone can help me my connection to my rabbitmq service is fine on startup but when making a request I am getting a connection refused error. Here's the logs on startup and the error when triggering the task
[2024-08-09 16:53:29,328: INFO/MainProcess] mingle: searching for neighbors
[2024-08-09 16:53:30,377: INFO/MainProcess] mingle: sync with 1 nodes
[2024-08-09 16:53:30,378: INFO/MainProcess] mingle: sync complete
[2024-08-09 16:53:30,411: INFO/MainProcess] celery@96e9968e44d1 ready.
error
[Errno 111] Connection refused
3 Replies
a year ago
I am assuming it is more my connection between my celery service and main service how can I allow this connection?
a year ago
From the deploy logs of your celery service -
Connected to amqp://***:***@roundhouse.proxy.rlwy.net:33279/
celery@abb18ef60cc0 ready.Looks like its working?
a year ago
I am assuming it is working but the connection between my celery service (my github repo again with celery command) and my normal django project service