iron_celery
iron_celery copied to clipboard
Celery 4.0 compatibility
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.