how to get info about an rq worker working on a remote redis
Asked Answered
K

1

5

I'm trying to run the rq info command, but I want to get info on a remote redis machine. how do I specify the url of the redis machine?

Kilroy answered 5/9, 2018 at 18:46 Comment(0)
K
9

turns out this is simple but undocumented:

rq info --url redis://my-server-stage.blah.0001.use1.cache.amazonaws.com:6379 -R

That '-R' there tells the command to list info about all existing queues.

Kilroy answered 5/9, 2018 at 18:47 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.