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

Use correct redis connection #7077

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 25, 2024

  1. Use correct redis connection

    The normal redis connection uses the parameter decode_responses=True[1] and that's not supported by python-rq[2]
    
    [1] https://github.com/getredash/redash/blob/a69f7fb2fe41af23eec99b5c5d92d6ee6044c532/redash/settings/__init__.py#L22
    
    [2] https://python-rq.org/docs/connections/#encoding--decoding
    thiagogds committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    30d3c95 View commit details
    Browse the repository at this point in the history
  2. Fix linter

    thiagogds committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    4c05ed4 View commit details
    Browse the repository at this point in the history