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

Pin redis version since 3.0 is not compatible with Celery #3374

Merged
merged 1 commit into from
Dec 3, 2018

Conversation

jxltom
Copy link
Contributor

@jxltom jxltom commented Dec 3, 2018

Closes #3364.

As discussed here celery/celery#5175, redis 3.0 is not supported by celery and is fixed in celery/celery#5176 in Celery.

This patch can be removed after Celery 4.2.2 is released

Pull Request Checklist

  1. Privileged views and APIs are guarded by proper permission checks.
  2. All visible strings are translated with proper context.
  3. All data-formatting is locale-aware (dates, numbers, and so on).
  4. Database queries are optimized and the number of queries is constant.
  5. The changes are tested.
  6. The code is documented (docstrings, project documentation).
  7. GraphQL schema and type definitions are up to date.

@maarcingebala maarcingebala merged commit d57dd1e into saleor:master Dec 3, 2018
@jxltom jxltom deleted the fix-celery-redis branch December 3, 2018 12:09
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.

Celery in Docker won't start
2 participants