I'm trying to inspect running workers using:
$ celery -A firstapp.mycelery inspect active
If backend is RabbitMQ
=> Celery returns running workers
If backend is SQS
=> Celery returns "Error: No nodes replied within time constraint."
Package list:
Yeah, SQS doesn't support broadcast and as far as I know no support for that is planned either :(
Perhaps it would be also good to set CELERY_ENABLE_REMOTE_CONTROL to False when using SQS so you prevent celery from creating useless queues.
Most helpful comment
Perhaps it would be also good to set CELERY_ENABLE_REMOTE_CONTROL to False when using SQS so you prevent celery from creating useless queues.