summaryrefslogtreecommitdiff
path: root/rq/cli/helpers.py
Commit message (Expand)AuthorAgeFilesLines
* Consolidate job callbacks execution (#1851)Rony Lutsky2023-03-211-1/+8
* Update arguments passed to the Sentinel Object when created from the settings...Joachim Burket2023-03-071-7/+13
* New dequeue strategy (#1806)lowercase002023-03-051-2/+0
* Black style (#1292)Paul Spooren2023-02-041-26/+31
* Improve the lint situation (#1688)Yang Yang2022-08-071-1/+0
* Drop python2-specific syntax (#1674)Hugo2022-07-241-4/+0
* added ssl support for sentinel connections (#1649)nevious2022-05-161-1/+6
* add REDIS_SSL_CERT_REQS cli parameter (#1495)mgcdanny2021-10-271-0/+1
* Python 3.10 compatibility (#1563)rpkak2021-10-071-1/+2
* Fixed SENTINEL docsSelwin Ong2021-08-211-1/+1
* Allows enqueueing by the cli (#1466)rpkak2021-08-201-1/+83
* Add environment variables for connection (#1472)rpkak2021-05-301-2/+15
* Display ip address of worker in `rq info` (#1463)rpkak2021-05-181-1/+1
* Replace enum function with internal Enum class (#1459)MyrikLD2021-05-071-1/+1
* Add entry ssl_ca_certs in worker config settings (#1347)Qiming Sun2020-09-281-0/+1
* Fix some code quality issues (#1235)Prajjwal Nijhara2020-05-031-1/+1
* Fix rq info not found workers information error, Fixes #1139 (#1149)Yongtao Zhang2019-10-291-2/+6
* rq info management command now cleans up registries when first run (#1107)Selwin Ong2019-06-151-20/+9
* RQ v1.0! (#1059)Selwin Ong2019-03-301-44/+32
* modify zadd calls for redis-py 3.0 (#1016)Darshan Rai2018-12-031-2/+2
* added logging formatting options (#979)shikharsg2018-08-081-2/+2
* accept multiple pathkirill2017-05-151-1/+6
* add sentinel support (#808)strawposter2017-04-101-1/+15
* Allow passing backend classes (job, queue, worker, connection) from CLI and o...Jannis Leidel2017-01-251-13/+55
* fix get_redis_from_config()任晓磊2016-08-121-1/+1
* custom connection class任晓磊2016-08-121-3/+3
* Fix PEP8 complaint.Vincent Driessen2015-03-091-1/+1
* Don't require redis-py 2.10 just for the SSL option.Vincent Driessen2015-03-091-8/+23
* Add REDIS_SSL optionEric Bustarret2015-03-061-0/+1
* Restored the ability to specify connection params in configSelwin Ong2015-02-231-0/+15
* Auto-sort imports using isort.Vincent Driessen2015-01-301-2/+1
* triggering shutdown by setting a redis flagJonathan Tushman2014-12-121-2/+5
* Convert rqworker to 'rq worker' subcommandzhangliyong2014-09-121-0/+23
* Restructure new CLI modules.Vincent Driessen2014-09-061-0/+143