summaryrefslogtreecommitdiff
path: root/rq/cli
Commit message (Expand)AuthorAgeFilesLines
* Update cli.py to support custom loggers (#1906)HEADmasterjuur2023-05-181-1/+7
* Update linting configuration (#1915)Rob Hudson2023-05-173-20/+20
* Worker pool (#1874)Selwin Ong2023-05-011-2/+88
* Added BaseWorker class (#1887)Selwin Ong2023-04-261-4/+3
* Cleaned up cli.py (#1876)Selwin Ong2023-04-082-80/+98
* Added job details to "rq info" command (#1869)Tianci Hu Marrero2023-04-011-4/+14
* Consolidate job callbacks execution (#1851)Rony Lutsky2023-03-212-2/+10
* Update arguments passed to the Sentinel Object when created from the settings...Joachim Burket2023-03-071-7/+13
* New dequeue strategy (#1806)lowercase002023-03-052-6/+18
* Worker - max_idle_time feature (#1795)Rony Lutsky2023-02-221-0/+3
* Configurable maintenance task interval (#1823)Rony Lutsky2023-02-221-2/+10
* Black style (#1292)Paul Spooren2023-02-042-118/+209
* Improve the lint situation (#1688)Yang Yang2022-08-072-2/+0
* Drop python2-specific syntax (#1674)Hugo2022-07-242-7/+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
* RPass serializer to queue at cli (#1556)Josh Cohen2021-09-131-4/+7
* Respect serializer (#1538)Josh Cohen2021-08-241-6/+7
* Fixed SENTINEL docsSelwin Ong2021-08-211-1/+1
* Allows enqueueing by the cli (#1466)rpkak2021-08-202-4/+140
* 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
* Support for Click 8.0.0 (#1465)rpkak2021-05-141-4/+4
* Replace enum function with internal Enum class (#1459)MyrikLD2021-05-071-1/+1
* Added --serializer option to cli, finishing off PR #1381 and fix #1357 (#1395)f0cker2021-01-191-5/+11
* 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
* Add sentry_debug and sentry_ca_certs params (#1229)Paweł Bąk2020-04-131-5/+14
* Add rq.cli.__main__ (#1196)Bo Bayles2020-02-251-0/+6
* Job scheduling (#1163)Selwin Ong2020-01-041-3/+6
* fix log level parameter override, Fixes #1166 (#1167)Yongtao Zhang2019-12-161-0/+4
* Fix rq info not found workers information error, Fixes #1139 (#1149)Yongtao Zhang2019-10-291-2/+6
* Fix where -> were typo (#1121)Andy Lulham2019-09-081-1/+1
* rq info management command now cleans up registries when first run (#1107)Selwin Ong2019-06-152-25/+25
* add the ability to have the worker stop executing after a max amount of jobs ...Paul Robertson2019-06-121-2/+3
* Fixes disable-job-desc-logging flag on CLI (#1096)janierdavila2019-06-071-2/+3
* RQ v1.0! (#1059)Selwin Ong2019-03-302-68/+54
* Update/add flag for description logging (#991)Finnci2019-01-221-0/+1
* modify zadd calls for redis-py 3.0 (#1016)Darshan Rai2018-12-031-2/+2
* support workder name override from config file (#947)Qingping Hou2018-10-201-0/+1
* added logging formatting options (#979)shikharsg2018-08-082-6/+9
* add periodic worker heartbeats (#945)Thomas Kriechbaumer2018-05-061-5/+9
* expose set logging level in cmdJiajun Huang2017-09-181-2/+3
* path option needs to be a shared command to ensure that settings file can be ...Simon Thompson2017-07-141-2/+4
* accept multiple pathkirill2017-05-152-11/+10
* add sentinel support (#808)strawposter2017-04-101-1/+15
* Allow passing backend classes (job, queue, worker, connection) from CLI and o...Jannis Leidel2017-01-252-89/+156
* fix: set HTTP transport as default for sentryAtala2016-12-271-1/+2
* Fix PEP8 complaintsVincent Driessen2016-11-181-2/+2