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

Fix Celery 4 upgrade with SQS #354

Merged
merged 1 commit into from
Jun 28, 2017
Merged

Fix Celery 4 upgrade with SQS #354

merged 1 commit into from
Jun 28, 2017

Conversation

robyoung
Copy link
Contributor

This change pins Kombu to an unreleased commit that fixes Celery 4 to work properly with SQS.

While testing on the dev environment it became clear that while the celery worker was able to connect to the SQS queue it wasn't actually receiving any messages off it. There is an issue on Celery 4.0.2 that shows it does not work correctly with SQS. While there is a fix that that has been merged on Kombu this has not made it into a release yet which is why this change pins Kombu to a commit on master.

I have tested the Kombu commit with a minimal Django 1.11 app using SQS as the broker.

This change pins Kombu to an unreleased commit that fixes Celery 4
to work properly with SQS.

While testing on the dev environment it became clear that while the
celery worker was able to connect to the SQS queue it wasn't actually
receiving any messages off it. The issue linked below [1] shows that
Celery 4.0.2 does not work correctly with SQS. While there is a fix
that that has been merged on Kombu [2] this has not made it into a
release yet which is why this change pins Kombu to a commit on master.

I have tested the Kombu commit with a minimal Django 1.11 app using SQS
as the broker.

[1] celery/celery#3672
[2] celery/kombu#693
@jenkins-moj
Copy link

Can one of the admins verify this patch?

Copy link

@richerry richerry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@robyoung robyoung merged commit f03a4b0 into master Jun 28, 2017
@robyoung robyoung deleted the upgrade-celery-pin-kombu branch June 28, 2017 11:09
robyoung added a commit that referenced this pull request Jun 28, 2017
This should have been added with #354
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

Successfully merging this pull request may close these issues.

3 participants