Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Celery(Redis) issue - AttributeError: 'float' object has no attribute 'items' #271

Closed
ghost opened this issue Nov 19, 2018 · 1 comment
Closed

Comments

@ghost
Copy link

ghost commented Nov 19, 2018

I have just pulled the source from this repo and build airflow in my local machine. When I execute airflow in with Celery Executor, I can see docker logs at the worker with error "AttributeError: 'float' object has no attribute 'items'". The tutorial DAG I have triggered is in the running state without end and no task has been completed.

Does anyone know how to fix this issue?

@ghost
Copy link
Author

ghost commented Nov 19, 2018

Found the fix from celery/celery#5175 by installing redis 2.10.6.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants