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

[FAL-2030] Updates kombu package to support multi-tenant redis authentication #28020

Closed
wants to merge 2 commits into from

Commits on Aug 28, 2021

  1. chore: constrain kombu to support redis6 auth

    Constrains kombu to https://github.com/open-craft/kombu/tree/ggabor/FAL-2030-4.6.11
    to allow us to use celery with multi-tenant redis.
    
    Ran `make update` to incorporate this constraint into the requirements.
    pomegranited committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    3bd3d1e View commit details
    Browse the repository at this point in the history
  2. feat: adds CELERY_BROKER_TRANSPORT_OPTIONS

    which can be configured from the lms/studio environment
    pomegranited committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    3c1a43e View commit details
    Browse the repository at this point in the history