Quantcast
Channel: Unable to inspect Celery Queue - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Jordan Austin for Unable to inspect Celery Queue

This happened to me today, the culprit is a recently released version of kombu==4.6.4 https://github.com/celery/kombu/issues/1081 I added kombu==4.6.3 to my requirements file so it overrides the one...

View Article



Unable to inspect Celery Queue

I have become unable to use the inspect() function within Celery to see the active and reserved items within the queue. Instead of returning something like {u'celery@mymachine': []} it always returns...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images