Opened 8 years ago

Closed 7 years ago

#5464 closed defect (fixed)

sqlalchemy is not supported as kombu transport

Reported by: Boris Bobrov Owned by:
Priority: major Milestone: 1.0
Component: programming Keywords: celery, kombu, large
Cc: Christopher Allan Webber Parent Tickets:

Description

sqlalchemy cannot be used as a kombu transport any more. It was removed: https://github.com/celery/celery/issues/3274#issuecomment-228324848, kombu commit 1cd4e07f9ebb2fdbde0f86054e963f6bbd17e698.
For now i have capped kombu and celery to <4.0, but we need to figure out what to do.

Change History (7)

comment:1 by ayleph, 8 years ago

It looks like capping at "<4.0" doesn't prevent 4.0.0rc3 from being downloaded. Stack Overflow suggests using a syntax like "<4.0a0".

https://stackoverflow.com/a/14405269

Version 0, edited 8 years ago by ayleph (next)

comment:2 by ayleph, 8 years ago

I downloaded latest stable branch from git and the "<4.0" stuff seemed to work fine when following the build instructions for py2 and py3. I don't know why it didn't work for the user in IRC.

comment:3 by jerome, 8 years ago

I had the same issue but 474a56 didn't fixed that. I had to specify "<4.0a0" as suggested by ayleph, otherwise celery==4.0.0rc3 and kombu==4.0.0rc3 was installed.

in reply to:  3 comment:4 by ayleph, 8 years ago

Replying to jerome:

I had to specify "<4.0a0" as suggested by ayleph, otherwise celery==4.0.0rc3 and kombu==4.0.0rc3 was installed.

Thanks for confirming that worked for you. I've pushed that change to master in d37c6f6 and cherry-picked onto stable.

comment:5 by Christopher Allan Webber, 8 years ago

Per our discussions in today's meeting, we'll move to a more official broker for those who are running celery separately. Considering that it's widely packaged, and that Redis is a little bit less certain (it was the original topic of removal in that bug, but has since been preserved), we will probably go with RabbitMQ. This will mean changing our docs and etc.

comment:6 by Ben Sturmfels, 8 years ago

Keywords: large added

Marking as "large" assuming that this will require a significant infrastructure change to fully resolve.

comment:7 by Boris Bobrov, 7 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.