importe seu aipo e adicione seu corretor assim:
celery = Celery('task', broker='redis://127.0.0.1:6379')
celery.config_from_object(celeryconfig)
Este código pertence a celery.py
celery = Celery('task', broker='redis://127.0.0.1:6379')
celery.config_from_object(celeryconfig)