summaryrefslogtreecommitdiff
path: root/rq/cli
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix get_redis_from_config()任晓磊2016-08-121-1/+1
* fix default argument任晓磊2016-08-121-1/+1
* custom connection class任晓磊2016-08-122-8/+10
* 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
* Merge branch 'master' into exception_handlingSelwin Ong2015-07-031-8/+24
|\
| * 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
* | Running rqworker without specifiying --exception-handler shouldn't override d...Selwin Ong2015-07-031-1/+1
* | merging master and fixing conflictsBradley Young2015-02-242-10/+28
|\ \ | |/
| * Restored the ability to specify connection params in configSelwin Ong2015-02-232-8/+27
| * Auto-sort imports using isort.Vincent Driessen2015-01-301-2/+1
* | merge && updates to add multiple exception handlers.Bradley Young2015-01-242-7/+51
|\ \ | |/
| * adding suspend with duration testJonathan Tushman2014-12-151-1/+1
| * triggering shutdown by setting a redis flagJonathan Tushman2014-12-122-4/+48
* | 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
* Cleanupzhangliyong2014-09-121-8/+8
* Fix interval type bug, it should be floatzhangliyong2014-09-121-1/+1
* Cleanupzhangliyong2014-09-121-6/+3
* Move redis url default value to connect functionzhangliyong2014-09-121-2/+2
* Retrieve url from config filezhangliyong2014-09-121-3/+3
* Make pythoniczhangliyong2014-09-121-8/+4