can't get result with rabbitmq on win7

This worked for me:
C:\Python27\Scripts\celery.exe -A messaging.tasks worker --loglevel=info --pool=solo

The --pool=solo flag seems to be the key. Wrote about this in Stack Overflow:http://stackoverflow.com/questions/26636033/trouble-getting-result-from-celery-queue

Not sure why though.


你可能感兴趣的:(can't get result with rabbitmq on win7)