summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.11.0v0.11Selwin Ong2018-06-012-1/+8
* #908 Using a timeout string value for job works (#955)Theofanis Despoudis2018-05-272-4/+5
* Issue 872 (#954)Theofanis Despoudis2018-05-253-4/+7
* worker.main_work_horse should always return 0Selwin Ong2018-05-072-11/+11
* Clarifying "timeout" argument in docsSelwin Ong2018-05-061-2/+2
* add periodic worker heartbeats (#945)Thomas Kriechbaumer2018-05-065-34/+73
* Use dbsize() to test for empty Redis databaseSelwin Ong2018-05-011-1/+1
* Fixes issue #934 - Documented Queue.delete (#951)Theofanis Despoudis2018-04-251-0/+5
* Modified docs to use emphasize the best way to configure exception handlers.Selwin Ong2018-04-231-18/+7
* Registry objects can be instantiated by passing a queue object.Selwin Ong2018-04-212-4/+22
* Document rq worker command arguments.Selwin Ong2018-04-061-0/+13
* Define redis key prefix as class variable (#939)stj2018-04-063-6/+22
* Fixed broken image link in docs.Selwin Ong2018-03-032-1/+3
* Add docs folder.Selwin Ong2018-03-0340-0/+2166
* Delete dependents of job explicitely (#916)Christophe Olinger2018-01-242-9/+94
* Added pytest to dev-dependencies (#923)Łukasz Wałejko2018-01-191-0/+1
* Added codecov badgeSelwin Ong2018-01-181-1/+1
* Install codecovSelwin Ong2018-01-181-2/+3
* Updated TravisCI badgeSelwin Ong2018-01-171-1/+1
* Merge branch 'master' of github.com:nvie/rqSelwin Ong2018-01-081-1/+0
|\
| * TestVincent Driessen2018-01-040-0/+0
| * Remove caniusepython3 badgeSelwin Ong2018-01-041-1/+0
| * Added v0.10.0 release notes.;Selwin Ong2018-01-041-0/+6
* | Bump version to 0.10.0v0.10.0Selwin Ong2018-01-022-1/+7
|/
* Add description param to @job decorator (#912)Nikita Lyubchich2018-01-021-2/+4
* Added the ability to fetch workers by queue (#911)Selwin Ong2017-12-184-11/+166
* Add meta to decorator, move depends_on + at_front to decorator (#892)John Lucas2017-12-062-5/+73
* improve logging in worker.py (#902)Samuel Colvin2017-11-232-22/+50
* Job compression (#907)Selwin Ong2017-11-233-20/+84
* Bump version to 0.9.2.v0.9.2Selwin Ong2017-11-212-2/+5
* Fixed an issue where `birth` not present in Redis (#901)vanife2017-11-172-5/+13
* Bump version to 0.9.1.v0.9.1Selwin Ong2017-11-032-1/+4
* Fixed an issue where worker.refresh() may fail if last_heartbeat is not prese...Selwin Ong2017-11-032-3/+10
* Merge branch 'master' of github.com:nvie/rqv0.9.0Selwin Ong2017-11-013-23/+119
|\
| * Worker statistics (#897)Selwin Ong2017-10-283-23/+119
* | Bump version to 0.9.0Selwin Ong2017-10-282-1/+10
|/
* Merge pull request #896 from theodesp/Issue-812Selwin Ong2017-10-282-3/+9
|\
| * Fixed #812 - Send heartbeat during suspension checkTheo2017-10-242-3/+9
|/
* Merge pull request #878 from theodesp/Issue-731Selwin Ong2017-10-242-0/+42
|\
| * Fixed #731 - Code review issues. Added delete_jobs parameter and pipelining.Theo2017-10-042-7/+29
| * Fixed #731 - Support for deleting QueuesTheo2017-09-082-0/+20
* | Merge pull request #895 from stylight/masterSelwin Ong2017-10-241-1/+4
|\ \
| * | try latin-1 if utf-8 doesn't work, when decoding exception stringsndparker2017-10-231-1/+4
* | | Merge pull request #888 from karech/masterSelwin Ong2017-10-241-1/+2
|\ \ \
| * | | Add at_front option for decorated functionsDmitriy Sorokin2017-10-101-1/+2
| |/ /
* | | Merge pull request #893 from greenmoon55/masterSelwin Ong2017-10-241-2/+2
|\ \ \ | |/ / |/| |
| * | Fix READMEgreenmoon552017-10-211-2/+2
|/ /
* | Merge pull request #882 from jiajunhuang/specify_logging_levelSelwin Ong2017-09-211-2/+3
|\ \
| * | expose set logging level in cmdJiajun Huang2017-09-181-2/+3
* | | Merge pull request #880 from samuelcolvin/millisecs-in-timestampsSelwin Ong2017-09-215-26/+17
|\ \ \ | |/ / |/| |