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

RQ another database #406

Open
paantya opened this issue Jul 18, 2022 · 4 comments
Open

RQ another database #406

paantya opened this issue Jul 18, 2022 · 4 comments

Comments

@paantya
Copy link

paantya commented Jul 18, 2022

tell me please, is it possible to watch workers on another database?

like
1: localhost/0
2: localhost/1

Now, as I understand, only 1 queue is displayed, which is connected to 0 database

@paantya
Copy link
Author

paantya commented Jul 18, 2022

but I launched 2 workers in 2 databases

image

@paantya
Copy link
Author

paantya commented Jul 18, 2022

i run x2:

rq worker --url redis://:$REDIS_PASSWORD@$REDIS_HOST:$REDIS_PORT/$REDIS_DB

and x2:

rq worker --url redis://:$REDIS_PASSWORD@$REDIS_HOST:$REDIS_PORT/1

@paantya
Copy link
Author

paantya commented Jul 18, 2022

but only the first 2 are displayed

@paantya
Copy link
Author

paantya commented Jul 19, 2022

FYI:

if you write to one database but to different queues, then everything is displayed OK - this option suits me, so we can consider the issue closed, thanks for your tool!

I would like to have the opportunity to cancel all the tasks that have failed, but this is not here anymore)

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

No branches or pull requests

1 participant