summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Consolidate job callbacks execution (#1851)Rony Lutsky2023-03-213-5/+51
* Check dependencies when enqueue via Queue.enqueue_job() (#1837)Simó Albert i Beltran2023-03-091-0/+18
* Remove `use_connection` (#1859)lowercase002023-03-071-31/+2
* Update arguments passed to the Sentinel Object when created from the settings...Joachim Burket2023-03-071-2/+46
* New dequeue strategy (#1806)lowercase002023-03-052-0/+68
* Add failure callback call to started job registry cleanup (#1824)Rony Lutsky2023-03-041-2/+7
* Fix TimerDeathPenalty not properly handling negative/infinite timeout (#1845)Marcus Ong2023-03-031-0/+7
* fix: Dependency list in depends_on (#1843)Simó Albert i Beltran2023-02-281-0/+13
* Worker - max_idle_time feature (#1795)Rony Lutsky2023-02-221-1/+25
* Configurable maintenance task interval (#1823)Rony Lutsky2023-02-221-1/+10
* Enhance worker termination logic (#1729)Rony Lutsky2023-02-171-2/+3
* fix: queue.result_ttl=-1 (#1819)Simó Albert i Beltran2023-02-151-0/+22
* Add to worker redis record scheduler info (#1787)Daniel M2023-02-131-5/+9
* Fix - Use worker TTL for timeout (#1794)Rony Lutsky2023-02-101-0/+10
* Use job.return_value() instead of job.result when processing callbacks (#1801)Selwin Ong2023-02-051-1/+1
* Fix - TypeError - accessing None when dequeued result is None (when timeout=N...Rony Lutsky2023-02-051-0/+8
* Sync jobs should save job exceptions and results (#1799)Selwin Ong2023-02-052-40/+53
* Enhanced Redis Connection Reliability (#1753)lowercase002023-02-021-0/+7
* Restart scheduler process if the process is not alive (#1764)Oleg2023-01-291-2/+33
* Remove compatibility layer for < 3.5 (#1761)lowercase002023-01-264-5/+4
* Cache redis version in the connection object (#1742)Oscar Arbeláez-Echeverri2022-12-291-0/+10
* Add at_front for scheduled/enqueue_at jobs (#1743)gabriels12342022-12-291-0/+27
* Persist worker_name after job is finished (#1730)eswolinsky32412022-11-261-1/+0
* Make test_commands pass on MacOS (#1735)Selwin Ong2022-11-211-20/+40
* Multiple results using Redis Streams (#1725)Selwin Ong2022-11-195-4/+214
* Typing (#1698)lowercase002022-10-013-26/+42
* Add feature to enqueue dependents at the front of queues (#1696)Jahn Thomas Fidje2022-09-231-0/+19
* Job should not be enqueued if dependency is canceled (#1695)Selwin Ong2022-08-072-36/+47
* Improve the lint situation (#1688)Yang Yang2022-08-078-18/+20
* Revert "Jobs that are run synchronously should always raise an exception" (#1...Selwin Ong2022-07-311-27/+3
* Dependency with failures (#1681)Selwin Ong2022-07-313-21/+128
* docs: Fix a few typos (#1679)Tim Gates2022-07-312-2/+2
* When stopped jobs are deleted, they should also be removed from FailedJobRegi...Selwin Ong2022-07-241-0/+9
* Drop python2-specific syntax (#1674)Hugo2022-07-2416-69/+11
* Use unittest.mock instead of mock (#1673)Hugo2022-07-247-8/+8
* Jobs that are run synchronously should always raise an exception (#1671)Selwin Ong2022-07-011-3/+27
* Cross platform simple worker (#1629)Michael Hill2022-03-101-0/+44
* job decorator allow on_failure and on_success parameters (#1626) (#1628)Neptalí Piña2022-03-021-0/+37
* rq.worker: remove useless set_state call in horse (#1618)Xavier Fernandez2022-02-131-2/+1
* Fixed wrong keys used to WATCH dependencies (#1605)th3hamm0r2022-01-031-1/+1
* call callbacks and prepare job when running sync (#1599)Eric Feldman2021-12-071-0/+30
* Fixes a bug that causes leftover job keys when result_ttl=0 (#1591)Selwin Ong2021-12-021-5/+25
* Python 3.10 compatibility (#1563)rpkak2021-10-071-5/+3
* Fix `job.cancel` to remove job from registries if not in queue (#1564)Josh Cohen2021-09-291-1/+54
* Add missing functionality for CanceledJobRegistry (#1560)Josh Cohen2021-09-132-1/+10
* Add more tolerance to scheduler heartbeat (#1555)Selwin Ong2021-09-071-3/+3
* Main worker should use zadd(xx=True) to update heartbeat. (#1550)Selwin Ong2021-08-261-5/+3
* Add option to enqueue a job's dependents when canceling (#1549)Josh Cohen2021-08-261-0/+48
* Respect serializer (#1538)Josh Cohen2021-08-245-30/+208
* job.cancel() puts job into CanceledJobRegistry. (#1546)Selwin Ong2021-08-223-4/+15