summaryrefslogtreecommitdiff
path: root/rq/cli/cli.py
Commit message (Expand)AuthorAgeFilesLines
* Update cli.py to support custom loggers (#1906)HEADmasterjuur2023-05-181-1/+7
* Update linting configuration (#1915)Rob Hudson2023-05-171-10/+12
* 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-081-59/+16
* Consolidate job callbacks execution (#1851)Rony Lutsky2023-03-211-1/+2
* New dequeue strategy (#1806)lowercase002023-03-051-4/+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-041-92/+178
* Improve the lint situation (#1688)Yang Yang2022-08-071-1/+0
* Drop python2-specific syntax (#1674)Hugo2022-07-241-3/+0
* RPass serializer to queue at cli (#1556)Josh Cohen2021-09-131-4/+7
* Respect serializer (#1538)Josh Cohen2021-08-241-6/+7
* Allows enqueueing by the cli (#1466)rpkak2021-08-201-3/+57
* Support for Click 8.0.0 (#1465)rpkak2021-05-141-4/+4
* Added --serializer option to cli, finishing off PR #1381 and fix #1357 (#1395)f0cker2021-01-191-5/+11
* Add sentry_debug and sentry_ca_certs params (#1229)Paweł Bąk2020-04-131-5/+14
* Job scheduling (#1163)Selwin Ong2020-01-041-3/+6
* fix log level parameter override, Fixes #1166 (#1167)Yongtao Zhang2019-12-161-0/+4
* 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-151-5/+16
* 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-301-24/+22
* Update/add flag for description logging (#991)Finnci2019-01-221-0/+1
* support workder name override from config file (#947)Qingping Hou2018-10-201-0/+1
* added logging formatting options (#979)shikharsg2018-08-081-4/+7
* 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-151-10/+4
* Allow passing backend classes (job, queue, worker, connection) from CLI and o...Jannis Leidel2017-01-251-76/+101
* fix: set HTTP transport as default for sentryAtala2016-12-271-1/+2
* Fix PEP8 complaintsVincent Driessen2016-11-181-2/+2
* fix default argument任晓磊2016-08-121-1/+1
* custom connection class任晓磊2016-08-121-5/+7
* Worker accepts custom queue classAntoine Leclair2016-02-151-0/+1
* Correction to worker command, cast results-ttl to intNick Snell2015-12-221-1/+1
* rqinfo config parameterKaroly Frendrich2015-11-061-2/+3
* Disable click >= 5.0's unicode_literals warnings.Selwin Ong2015-08-241-0/+6
* Running rqworker without specifiying --exception-handler shouldn't override d...Selwin Ong2015-07-031-1/+1
* merging master and fixing conflictsBradley Young2015-02-241-8/+12
|\
| * Restored the ability to specify connection params in configSelwin Ong2015-02-231-8/+12
* | merge && updates to add multiple exception handlers.Bradley Young2015-01-241-5/+46
|\ \ | |/
| * adding suspend with duration testJonathan Tushman2014-12-151-1/+1
| * triggering shutdown by setting a redis flagJonathan Tushman2014-12-121-2/+43
* | Adding optional list handling to the exc_handler option in Worker.Bradley Young2014-11-121-2/+7
|/
* Use type instead of default to specify interval option typezhangliyong2014-09-141-1/+1
* Make pep8zhangliyong2014-09-121-1/+1