summaryrefslogtreecommitdiff
path: root/rq
Commit message (Expand)AuthorAgeFilesLines
* Update cli.py to support custom loggers (#1906)HEADmasterjuur2023-05-181-1/+7
* Scheduler should release and heartbeat only acquired locks (#1914)xzander2023-05-181-5/+5
* Update linting configuration (#1915)Rob Hudson2023-05-1722-115/+116
* Stop calling deprecated function (#1908)Tom Hamilton Stubber2023-05-144-13/+17
* Bump version to 1.14.1v1.14.1Selwin Ong2023-05-051-1/+1
* [Hotfix] Fix SSL connection for scheduler (#1894)Cyril Chapellier2023-05-053-23/+13
* Catch serializer TypeError Exception (#1872)gabriels12342023-05-031-1/+4
* Merge branch 'master' of github.com:rq/rqv1.14Selwin Ong2023-05-018-450/+790
|\
| * Worker pool (#1874)Selwin Ong2023-05-018-450/+790
* | Bump version to 0.14.0Selwin Ong2023-05-011-1/+1
|/
* [Results] Allow unserializable return values (#1888)Cyril Chapellier2023-05-013-3/+14
* 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-252-35/+46
* Add py.typed for PEP561 compliance (#1882)nhairs2023-04-231-0/+0
* Cleaned up cli.py (#1876)Selwin Ong2023-04-082-80/+98
* Better process name for workersSelwin Ong2023-04-071-1/+1
* Added job details to "rq info" command (#1869)Tianci Hu Marrero2023-04-011-4/+14
* Consolidate job callbacks execution (#1851)Rony Lutsky2023-03-219-64/+143
* 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-094-13/+27
* 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-072-19/+3
* Update arguments passed to the Sentinel Object when created from the settings...Joachim Burket2023-03-071-7/+13
* feat: move `reorder_queues` to `dequeue_job` (#1853)lowercase002023-03-071-1/+1
* New dequeue strategy (#1806)lowercase002023-03-058-23/+63
* Add failure callback call to started job registry cleanup (#1824)Rony Lutsky2023-03-043-11/+37
* Fix TimerDeathPenalty not properly handling negative/infinite timeout (#1845)Marcus Ong2023-03-031-0/+4
* fix: Dependency list in depends_on (#1843)Simó Albert i Beltran2023-02-281-6/+11
* removed import error warning and changed function doc (#1839)amks12023-02-261-5/+1
* Worker - max_idle_time feature (#1795)Rony Lutsky2023-02-223-7/+25
* Configurable maintenance task interval (#1823)Rony Lutsky2023-02-222-3/+13
* Bump version to 1.13.0v1.13.0Selwin Ong2023-02-191-1/+1
* Enhance worker termination logic (#1729)Rony Lutsky2023-02-171-21/+27
* refactor: new teardown worker method (#1820)lowercase002023-02-171-13/+13
* feat: splits the work loop into a bootstrap method (#1816)lowercase002023-02-151-26/+62
* fix: queue.result_ttl=-1 (#1819)Simó Albert i Beltran2023-02-151-1/+4
* Added black config (#1815)Selwin Ong2023-02-141-9/+4
* Worker docstrings (#1810)lowercase002023-02-131-84/+248
* Add to worker redis record scheduler info (#1787)Daniel M2023-02-132-82/+87
* Fix - Use worker TTL for timeout (#1794)Rony Lutsky2023-02-102-19/+19
* Use job.return_value() instead of job.result when processing callbacks (#1801)Selwin Ong2023-02-052-2/+10
* Fix - TypeError - accessing None when dequeued result is None (when timeout=N...Rony Lutsky2023-02-051-1/+1
* Sync jobs should save job exceptions and results (#1799)Selwin Ong2023-02-054-47/+73
* Debug mode log fixes (#1798)lowercase002023-02-052-5/+3
* Black style (#1292)Paul Spooren2023-02-0419-656/+999
* Fix bug when running worker on debug mode (#1785)lowercase002023-02-021-3/+4