iron_celery icon indicating copy to clipboard operation
iron_celery copied to clipboard

Celery 4.0 compatibility

Open kgriffs opened this issue 9 years ago • 0 comments

Hi, it appears that Celery 4.0 breaks iron_celery since BACKEND_ALIASES was moved and can no longer be imported from the previous location. This seems to be the offending line:

https://github.com/iron-io/iron_celery/blob/master/iron_celery/init.py#L2

There may be other issues with 4.0, but I haven't gotten past the above error to test.

kgriffs avatar Nov 04 '16 22:11 kgriffs