How do I fix this rabbitmq/celery error? -
So I'm running celery on a number of servers with a clustered rabbitmack backend. Recently, whatever I do with celery is hanging indefinitely, and by checking the logs for the rabbit I get this ambiguous error message:
= Error Report ==== 20-Mar-2013 :: 23:52:25 === Connection & lt; 0.15823.3 & gt ;, Channel 1 - soft error: between 'amqp_error, not_found,' Exchange 'i-6999569', a 'b-binding I-69995906' that came to 'Salehi' and 'Qatar' - 69995906 In 'vhost' celery ',' queue.bind '} is running rabbitmqctl list_bindings gives me this:
# rabbitmqctl list_bindings -p sealary listing binding ... exchange vegetable quart celery [] celery exchange vegetable queue celery [] ... done What do I need to do to get rid of the error? Already already Rabbitmq Started, Rabbitmq has been restored, and removed and restored the cluster. I think I need to restore the binding in advance, but I do not know how to do rabbit or vegetable. If I do not, then there is no work done on my celery.
Thanks for the question I ended up in the same place.
I am with this problem Removing vhost to and it was capable of recreating
rabbitmqctl delete_vhost celery rabbitmqctl add_vhost celery rabbitmqctl set_permissions -p celery & lt; Users & gt; ". *" ". *" ". *"
Comments
Post a Comment