summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Deleted print statementrqinfo-runs-maintenance-tasksSelwin Ong2019-06-151-1/+0
* rq info management command now cleans up registries when first runSelwin Ong2019-06-152-25/+26
* Improve worker start/stop logging messages (#1105)Selwin Ong2019-06-121-7/+10
* add the ability to have the worker stop executing after a max amount of jobs ...Paul Robertson2019-06-125-10/+34
* Update README.mdSelwin Ong2019-06-071-3/+5
* Fixes disable-job-desc-logging flag on CLI (#1096)janierdavila2019-06-071-2/+3
* CI - test against py3.8 (#1095)Paul Robertson2019-06-071-7/+11
* Create FUNDING.ymlSelwin Ong2019-05-301-0/+9
* remove unused code (#1092)秋葉2019-05-301-1/+0
* Update README.mdSelwin Ong2019-05-301-0/+4
* Update index.md (#1089)Christopher Pickering2019-05-181-0/+1
* Fix timeout adding job to StartedJobRegistry (#1086)Ted Summer2019-05-182-1/+21
* Fix usage example of queue.enqueue() (#1082)Ted Summer2019-05-071-1/+1
* Updated leftover references to FailedQueueSelwin Ong2019-05-071-10/+10
* Fix docs on job attributes (#1083)Ted Summer2019-05-071-1/+1
* Clarify the use of "args" and "kwargs" in queue.enqueue()Selwin Ong2019-04-141-7/+12
* Updated docs to change "normal" to "default"Selwin Ong2019-04-141-6/+6
* Updated docs to change "normal" to "default"Selwin Ong2019-04-141-2/+2
* Implemented Job.fetch_many (#1072)Selwin Ong2019-04-145-26/+76
* Give better titles to documentation pages (#1064)Mike Lissner2019-04-094-4/+4
* Updated systemd docsSelwin Ong2019-04-071-3/+6
* Added systemd exampleSelwin Ong2019-04-073-1/+42
* Added docs about running workers in productionSelwin Ong2019-04-071-0/+3
* Updated RQ docsSelwin Ong2019-04-061-7/+11
* RQ 1.0 is released todayv1.0Selwin Ong2019-04-061-1/+1
* Variable name mismatch (#1063)SSINGH2019-04-061-1/+1
* RQ v1.0! (#1059)Selwin Ong2019-03-3035-834/+1063
* Fix #1040 queue default timeout bug. (#1042)Wolfgang Langner2019-02-232-2/+20
* Delete .DS_Store (#1043)William Setzer2019-02-231-0/+0
* Merge branch 'master' of github.com:rq/rqSelwin Ong2019-02-056-37/+36
|\
| * Make logging in worker consitent. (#1030)Wolfgang Langner2019-01-302-21/+21
| * refactor: job status check (#1035)Chyroc2019-01-301-6/+8
| * refactor: use try ImportError instead of py-version check (#1034)Chyroc2019-01-303-10/+7
* | Added anchor.js to docsSelwin Ong2019-02-052-0/+13
|/
* Changed docs to use Github compatible code block markupSelwin Ong2019-01-238-98/+94
* Fixed CSS styles for code blocks.Selwin Ong2019-01-231-1/+1
* Try out an alternate way to indicate code blocks in docsSelwin Ong2019-01-231-3/+2
* Fix collections abc import deprecation warning. (#1032)Wolfgang Langner2019-01-221-1/+4
* Update/add flag for description logging (#991)Finnci2019-01-224-4/+33
* Fix run_tests to use pytest. (#1033)Wolfgang Langner2019-01-222-12/+5
* Remove Python 3.3 support. (#1031)Wolfgang Langner2019-01-192-2/+0
* Bump version to 0.13.0Selwin Ong2018-12-152-8/+21
* Updated requirements.txt on Heroku docsSelwin Ong2018-12-111-2/+2
* skip test_1_sec_shutdown with pypy (#1020)Samuel Colvin2018-12-041-0/+1
* modify zadd calls for redis-py 3.0 (#1016)Darshan Rai2018-12-0319-94/+55
* Replace "timeout" argument in queue.enqueue() with "job_timeout" (#1010)Selwin Ong2018-11-223-6/+20
* fix typo - change -> chance (#1012)Michael Abrahamsen2018-11-141-1/+1
* Document Job.fetch() and job attributes.Selwin Ong2018-10-271-2/+25
* Pass job_id to death penalty class (#936)John Stowers2018-10-273-2/+12
* Fixed a unicode test.Selwin Ong2018-10-262-10/+12