summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* SimpleWorker's ttl must always be longer than jobs. (#1002)Selwin Ong2018-10-203-13/+35
* support workder name override from config file (#947)Qingping Hou2018-10-202-0/+4
* Fix heroku worker (#993)Selwin Ong2018-09-231-1/+2
* Horse should exit with return code 1 if it raises an exceptionSelwin Ong2018-09-231-4/+7
* horse should always call os._exit(0)Selwin Ong2018-09-232-11/+11
* added logging formatting options (#979)shikharsg2018-08-086-12/+23
* add is_async property to queue (#982)Paul Robertson2018-08-082-0/+12
* Change print statement to print function in docs (#985)Aly Sivji2018-08-082-9/+9
* Bump version to 0.12.0v0.12Selwin Ong2018-07-142-2/+7
* Replace 'async' keyword with 'is_async' for Queue objects (#977)chevell2018-07-078-22/+28
* Windows Clarification (#967)Patrick2018-06-271-1/+1
* 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