summaryrefslogtreecommitdiff
path: root/tests/test_cli.py
Commit message (Expand)AuthorAgeFilesLines
* Update cli.py to support custom loggers (#1906)HEADmasterjuur2023-05-181-0/+5
* Update linting configuration (#1915)Rob Hudson2023-05-171-11/+7
* Worker pool (#1874)Selwin Ong2023-05-011-104/+199
* Consolidate job callbacks execution (#1851)Rony Lutsky2023-03-211-0/+19
* New dequeue strategy (#1806)lowercase002023-03-051-0/+15
* Improve the lint situation (#1688)Yang Yang2022-08-071-2/+2
* Drop python2-specific syntax (#1674)Hugo2022-07-241-5/+1
* Main worker should use zadd(xx=True) to update heartbeat. (#1550)Selwin Ong2021-08-261-5/+3
* Respect serializer (#1538)Josh Cohen2021-08-241-0/+65
* Requeueing job should clear job.exc_info (#1543)Selwin Ong2021-08-211-5/+3
* Allows enqueueing by the cli (#1466)rpkak2021-08-201-2/+290
* Add environment variables for connection (#1472)rpkak2021-05-301-0/+12
* Added --serializer option to cli, finishing off PR #1381 and fix #1357 (#1395)f0cker2021-01-191-0/+11
* Added job.worker_name (#1375)Selwin Ong2020-11-081-3/+2
* Job scheduling (#1163)Selwin Ong2020-01-041-2/+20
* Fix rq info not found workers information error, Fixes #1139 (#1149)Yongtao Zhang2019-10-291-2/+9
* rq info management command now cleans up registries when first run (#1107)Selwin Ong2019-06-151-0/+18
* RQ v1.0! (#1059)Selwin Ong2019-03-301-42/+123
* refactor: use try ImportError instead of py-version check (#1034)Chyroc2019-01-301-3/+2
* Fixed #809 - Added tests for various cli config parametersTheo2017-09-081-0/+42
* Allow passing backend classes (job, queue, worker, connection) from CLI and o...Jannis Leidel2017-01-251-9/+71
* fix testsahxxm2015-11-091-2/+2
* Fix PEP8 complaintsVincent Driessen2015-08-251-1/+0
* Running rqworker without specifiying --exception-handler shouldn't override d...Selwin Ong2015-07-031-16/+11
* merge && updates to add multiple exception handlers.Bradley Young2015-01-241-5/+44
|\
| * triggering shutdown by setting a redis flagJonathan Tushman2014-12-121-4/+48
* | Adding optional list handling to the exc_handler option in Worker.Bradley Young2014-11-121-1/+25
|/
* Add testcase for rq worker commandzhangliyong2014-09-121-3/+9
* Update test_clizhangliyong2014-09-121-1/+1
* Fix all tests.Vincent Driessen2014-09-061-0/+59