summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor typing fixesreliable-queueSelwin Ong2023-05-153-21/+28
* No need to run slow tests and flake8 on SSL testsSelwin Ong2023-05-151-2/+1
* Fixed import orderingSelwin Ong2023-05-143-17/+13
* worker.run_maintenance_tasks() now cleans intermediate queuesSelwin Ong2023-05-145-36/+102
* Fix job testsSelwin Ong2023-05-141-2/+2
* Added test for job that gets orphaned if worker.execute_job() failsSelwin Ong2023-05-144-5/+23
* job.origin should be stringSelwin Ong2023-05-141-5/+5
* Better test coverageSelwin Ong2023-05-142-1/+5
* Skip reliable queue tests if Redis server doesn't support LMOVESelwin Ong2023-05-144-9/+18
* Use lmove() when working on a single queueSelwin Ong2023-05-144-6/+93
* Stop calling deprecated function (#1908)Tom Hamilton Stubber2023-05-144-13/+17
* [Chore] Fix test suite (#1895)Cyril Chapellier2023-05-132-0/+20
* Bump version to 1.14.1v1.14.1Selwin Ong2023-05-052-1/+5
* [Hotfix] Fix SSL connection for scheduler (#1894)Cyril Chapellier2023-05-055-30/+27
* Catch serializer TypeError Exception (#1872)gabriels12342023-05-032-1/+21
* Deleted redundant requirements from dev-requirements.txtSelwin Ong2023-05-032-5/+1
* Coverage fixes (#1890)Selwin Ong2023-05-033-4/+52
* Merge branch 'master' of github.com:rq/rqv1.14Selwin Ong2023-05-0123-921/+1518
|\
| * Worker pool (#1874)Selwin Ong2023-05-0123-921/+1518
* | Bump version to 0.14.0Selwin Ong2023-05-012-2/+2
|/
* Added changelogSelwin Ong2023-05-012-2/+18
* [Results] Allow unserializable return values (#1888)Cyril Chapellier2023-05-014-3/+32
* Added BaseWorker class (#1887)Selwin Ong2023-04-266-276/+301
* Update `push_job_id` debug string when using pipelines (#1886)Rob Hudson2023-04-261-4/+6
* Added parse_connection function (#1884)Selwin Ong2023-04-254-36/+101
* Exclude tests directory from coverage.pySelwin Ong2023-04-251-0/+1
* Exclude tests dir from coverage.py (#1883)Selwin Ong2023-04-231-0/+1
* Add py.typed for PEP561 compliance (#1882)nhairs2023-04-232-0/+1
* Bump actions/setup-python from 4.5.0 to 4.6.0 (#1880)dependabot[bot]2023-04-233-4/+4
* Cleaned up cli.py (#1876)Selwin Ong2023-04-082-80/+98
* Ignore `if TYPE_CHECKING:` when measuring test coverage (#1875)Selwin Ong2023-04-081-0/+4
* Better process name for workersSelwin Ong2023-04-071-1/+1
* improve the docs on in-flight jobs of killed/lost workers (#1840)luto2023-04-011-3/+5
* Added job details to "rq info" command (#1869)Tianci Hu Marrero2023-04-011-4/+14
* Fix error in example in the documentation (#1870)Joris2023-04-011-4/+4
* Consolidate job callbacks execution (#1851)Rony Lutsky2023-03-2113-69/+209
* Fix typo in deprecation warning (#1866)Jochen Kupperschmidt2023-03-121-1/+1
* Check dependencies when enqueue via Queue.enqueue_job() (#1837)Simó Albert i Beltran2023-03-095-13/+45
* fix: remove unsafe formating and standardize qoutes (#1857)Jesse P. Johnson2023-03-083-30/+31
* bugfix: type annotations as str to allow Windows usage (#1852)lowercase002023-03-081-3/+6
* refactor: remove python2 cruft (#1863)Jesse P. Johnson2023-03-083-26/+2
* docs: add deprecation warnings to connection functions (#1860)lowercase002023-03-081-4/+24
* Remove `use_connection` (#1859)lowercase002023-03-074-100/+22
* Update arguments passed to the Sentinel Object when created from the settings...Joachim Burket2023-03-073-14/+74
* feat: move `reorder_queues` to `dequeue_job` (#1853)lowercase002023-03-071-1/+1
* Update index.md (#1858)Tianci Hu Marrero2023-03-071-1/+1
* New dequeue strategy (#1806)lowercase002023-03-0511-29/+140
* Add failure callback call to started job registry cleanup (#1824)Rony Lutsky2023-03-045-13/+52
* docs: scheduler safe import (#1835)lowercase002023-03-031-1/+22
* Fix TimerDeathPenalty not properly handling negative/infinite timeout (#1845)Marcus Ong2023-03-032-0/+11