As I follow the celery documentation
> from celeryapp import app
> i = app.control.inspect()
> i.active()
The inspection seems to hang. Has anyone seen this before? And can anyone shed some light on why this might happen?
It happens when I call reserved, and even for ping. I am guessing if even a ping hangs- a connection isn't being made.
I am using AMQP as a broker- to what extent is the broker involved? How can I troubleshoot?
I am guessing this is probably a pretty simple thing to solve- but atm I am lost, and would highly appreciate a clear walkthrough.
Many thanks!