mirror of https://github.com/peter4431/rq.git
Fixed argument handling in rqinfo
rqinfo was using None for the redis host and port, which was causing exceptions when trying to connect. It was possible to supply these on the commandline, but port was just being passed straight through as a string, which also caused exceptions. This commit moves some of the argument & configuration file handling out of rqworker and into the scripts/__init__.py file, and then calls it from rqinfo.main
parent
db82d5c1b4
commit
365d1d8226
Loading…
Reference in New Issue