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 custom queue instructions in README #289

Merged
merged 1 commit into from
May 2, 2023

Conversation

erikvanzijst
Copy link
Contributor

When instantiating a Scheduler with a custom RQ Queue as per the README, it fails with:

rq.connections.NoRedisConnectionException: Could not resolve a Redis connection

This change adds the explicit connection attribute required to use a custom queue.

fixes #228

When instantiating a Scheduler with a custom RQ Queue as per the README,
it fails with:

    rq.connections.NoRedisConnectionException: Could not resolve a Redis connection

This change adds the explicit `connection` attribute required to use a custom
queue.

fixes rq#228
@selwin selwin merged commit f2fcf99 into rq:master May 2, 2023
@selwin
Copy link
Contributor

selwin commented May 2, 2023

Thanks!

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.

Instantiate a Scheduler using an RQ Queue doesn't work
2 participants