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

ImportError: cannot import name 'Connection' from 'rq' #4684

Closed
suhaibmujahid opened this issue Dec 12, 2024 · 1 comment · Fixed by #4725
Closed

ImportError: cannot import name 'Connection' from 'rq' #4684

suhaibmujahid opened this issue Dec 12, 2024 · 1 comment · Fixed by #4725
Assignees
Labels
bug Something isn't working

Comments

@suhaibmujahid
Copy link
Member

https://community-tc.services.mozilla.com/tasks/E3nF2kQaQGa92-1-perv7Q/runs/0/logs/public/logs/live.log#L12352:

  File "/usr/local/bin/bugbug-http-worker", line 5, in <module>
    from bugbug_http.worker import main
  File "/usr/local/lib/python3.12/site-packages/bugbug_http/worker.py", line 12, in <module>
    from rq import Connection, Worker
ImportError: cannot import name 'Connection' from 'rq' (/usr/local/lib/python3.12/site-packages/rq/__init__.py). Did you mean: 'connections'?
@suhaibmujahid suhaibmujahid added the bug Something isn't working label Dec 12, 2024
@suhaibmujahid
Copy link
Member Author

This regressed by #4601

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants