summaryrefslogtreecommitdiff
path: root/rq/queue.py
Commit message (Expand)AuthorAgeFilesLines
* Consolidate job callbacks execution (#1851)Rony Lutsky2023-03-211-6/+21
* Check dependencies when enqueue via Queue.enqueue_job() (#1837)Simó Albert i Beltran2023-03-091-10/+24
* fix: remove unsafe formating and standardize qoutes (#1857)Jesse P. Johnson2023-03-081-2/+2
* refactor: remove python2 cruft (#1863)Jesse P. Johnson2023-03-081-3/+0
* New dequeue strategy (#1806)lowercase002023-03-051-1/+0
* Worker - max_idle_time feature (#1795)Rony Lutsky2023-02-221-4/+4
* Add to worker redis record scheduler info (#1787)Daniel M2023-02-131-74/+79
* Use job.return_value() instead of job.result when processing callbacks (#1801)Selwin Ong2023-02-051-2/+2
* Sync jobs should save job exceptions and results (#1799)Selwin Ong2023-02-051-6/+15
* Debug mode log fixes (#1798)lowercase002023-02-051-2/+1
* Black style (#1292)Paul Spooren2023-02-041-119/+294
* Fix bug when running worker on debug mode (#1785)lowercase002023-02-021-3/+4
* Queue Docstrings (#1782)lowercase002023-02-011-80/+364
* Moves the `compact` helper to `utils` (#1769)lowercase002023-01-291-4/+1
* Remove compatibility layer for < 3.5 (#1761)lowercase002023-01-261-3/+4
* Enhance debug logs (#1752)lowercase002023-01-261-6/+24
* Add at_front for scheduled/enqueue_at jobs (#1743)gabriels12342022-12-291-1/+2
* Multiple results using Redis Streams (#1725)Selwin Ong2022-11-191-1/+1
* pre-warm redis server version cache of job from queue (#1727)Jan Rüegg2022-11-191-0/+1
* Typing (#1698)lowercase002022-10-011-43/+41
* Add feature to enqueue dependents at the front of queues (#1696)Jahn Thomas Fidje2022-09-231-5/+5
* Job should not be enqueued if dependency is canceled (#1695)Selwin Ong2022-08-071-1/+2
* Support callbacks in enqueue_many (#1686)Yang Yang2022-08-031-4/+6
* Revert "Jobs that are run synchronously should always raise an exception" (#1...Selwin Ong2022-07-311-1/+0
* Dependency with failures (#1681)Selwin Ong2022-07-311-10/+25
* docs: Fix a few typos (#1679)Tim Gates2022-07-311-1/+1
* Drop python2-specific syntax (#1674)Hugo2022-07-241-4/+0
* Jobs that are run synchronously should always raise an exception (#1671)Selwin Ong2022-07-011-0/+1
* Fixed job not getting enqueued due to parallel modification (#1615)th3hamm0r2022-01-281-0/+8
* call callbacks and prepare job when running sync (#1599)Eric Feldman2021-12-071-0/+17
* Python 3.10 compatibility (#1563)rpkak2021-10-071-2/+1
* Add missing functionality for CanceledJobRegistry (#1560)Josh Cohen2021-09-131-0/+6
* Respect serializer (#1538)Josh Cohen2021-08-241-6/+8
* job.cancel() puts job into CanceledJobRegistry. (#1546)Selwin Ong2021-08-221-2/+1
* add None check before dependencies_are_met (#1532)César Ferradas2021-08-201-1/+1
* Use result_ttl for synchronous queues (#1510)Bo Bayles2021-07-191-1/+1
* Success and failure callbacks (#1480)Selwin Ong2021-06-221-11/+20
* Ensure pipeline in multi mode after dep setup (#1498)Josh Cohen2021-06-221-0/+2
* Make `Queue.enqueue`, `Queue.enqueue_call`, `Queue.enqueue_at``Queue.parse_a...Josh Cohen2021-06-201-40/+115
* Replace enum function with internal Enum class (#1459)MyrikLD2021-05-071-1/+1
* Fix custom serializer in job fetches (#1381)JackBoreczky2020-11-281-5/+7
* Added job.worker_name (#1375)Selwin Ong2020-11-081-3/+4
* pass retry param to enqueue_at func (#1343)Vladimir Ulupov2020-09-281-1/+1
* get_redis_server_version() should handle 4 digit version numbers (#1322)Selwin Ong2020-08-161-5/+2
* Job retry feature. Docs WIP (#1299)Selwin Ong2020-07-231-13/+25
* Add redis_server_version to worker/job/queue (#1286)Paul Spooren2020-07-121-4/+23
* Add get_job_position and get_position feature (#1271)Paul Spooren2020-06-281-0/+13
* Merge remote-tracking branch 'origin/master' into multi-dependenciesSelwin Ong2020-05-231-4/+6
|\
| * Add the queue to the Redis queues set when scheduling a job (#1238)Pierre Mdawar2020-04-241-5/+7
* | Update Job#dependencies_are_met ...thomas2020-04-271-1/+1