How do I run celery status/flower without the -A option?
问题 Consider this bash session: $ export DJANGO_SETTINGS_MODULE=web.settings $ celery status -b redis://redis.businessoptics.dev:6379/1 -t 10 Error: No nodes replied within time constraint. $ celery status -b redis://redis.businessoptics.dev:6379/1 -t 10 -A scaffold.tasks.celery_app celery@worker.9e2c39a1c42c: OK Why do I need the -A option? As far as I can tell celery should be able to detect the necessary metadata on redis. Similarly if I run celery flower -b <redis url> it shows that it