Celery not working
blokkies48
PROOP

2 years 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

Aug 09 18:53:29

[2024-08-09 16:53:29,328: INFO/MainProcess] mingle: searching for neighbors

Aug 09 18:53:30

[2024-08-09 16:53:30,377: INFO/MainProcess] mingle: sync with 1 nodes

Aug 09 18:53:30

[2024-08-09 16:53:30,378: INFO/MainProcess] mingle: sync complete

Aug 09 18:53:30

[2024-08-09 16:53:30,411: INFO/MainProcess] celery@96e9968e44d1 ready.

error

[Errno 111] Connection refused

3 Replies

blokkies48
PROOP

2 years ago

I am assuming it is more my connection between my celery service and main service how can I allow this connection?


2 years ago

From the deploy logs of your celery service -

Connected to amqp://***:***@roundhouse.proxy.rlwy.net:33279/
celery@abb18ef60cc0 ready.

Looks like its working?


blokkies48
PROOP

2 years 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


Welcome!

Sign in to your Railway account to join the conversation.

Loading...