summaryrefslogtreecommitdiff
path: root/tests/test_queue.py
Commit message (Expand)AuthorAgeFilesLines
* Update linting configuration (#1915)Rob Hudson2023-05-171-4/+3
* Worker pool (#1874)Selwin Ong2023-05-011-97/+39
* Improve the lint situation (#1688)Yang Yang2022-08-071-1/+1
* Drop python2-specific syntax (#1674)Hugo2022-07-241-4/+0
* Use unittest.mock instead of mock (#1673)Hugo2022-07-241-1/+1
* Add missing functionality for CanceledJobRegistry (#1560)Josh Cohen2021-09-131-1/+4
* Respect serializer (#1538)Josh Cohen2021-08-241-1/+18
* Use result_ttl for synchronous queues (#1510)Bo Bayles2021-07-191-0/+12
* Ensure pipeline in multi mode after dep setup (#1498)Josh Cohen2021-06-221-0/+16
* Make `Queue.enqueue`, `Queue.enqueue_call`, `Queue.enqueue_at``Queue.parse_a...Josh Cohen2021-06-201-1/+95
* Added job.worker_name (#1375)Selwin Ong2020-11-081-6/+3
* get_redis_server_version() should handle 4 digit version numbers (#1322)Selwin Ong2020-08-161-1/+1
* Job retry feature. Docs WIP (#1299)Selwin Ong2020-07-231-1/+10
* Add get_job_position and get_position feature (#1271)Paul Spooren2020-06-281-0/+12
* Address Deleted Dependenciesthomas2020-04-161-14/+0
* Fix patches for python2thomas2020-04-161-40/+30
* Alway set status 'FINISHED' when job is Successfulthomas2020-04-161-7/+20
* Only enqueue dependents for all dependencies are FINISHEDthomas2020-04-161-0/+97
* Implement Customizable Serializer Support (#1219)Babatunde Olusola2020-04-161-0/+9
* enqueue_at should support explicit args and kwargs (#1211)Selwin Ong2020-03-081-0/+13
* Job scheduling (#1163)Selwin Ong2020-01-041-3/+30
* Multi Dependency Support - Registration & Enqueue Call (#1155)Thomas Matecki2019-11-261-6/+5
* Added logging statements to handle_job_success and handle_job_failure (#1112)Selwin Ong2019-06-221-1/+1
* Added checks for 0 ttl (#1110)Selwin Ong2019-06-161-0/+13
* RQ v1.0! (#1059)Selwin Ong2019-03-301-235/+14
* Fix #1040 queue default timeout bug. (#1042)Wolfgang Langner2019-02-231-0/+18
* Replace "timeout" argument in queue.enqueue() with "job_timeout" (#1010)Selwin Ong2018-11-221-2/+11
* add is_async property to queue (#982)Paul Robertson2018-08-081-0/+7
* Replace 'async' keyword with 'is_async' for Queue objects (#977)chevell2018-07-071-2/+2
* Merge pull request #878 from theodesp/Issue-731Selwin Ong2017-10-241-0/+32
|\
| * Fixed #731 - Code review issues. Added delete_jobs parameter and pipelining.Theo2017-10-041-2/+20
| * Fixed #731 - Support for deleting QueuesTheo2017-09-081-0/+14
* | Fixed #866 - Flak8 errorsTheo2017-09-081-3/+3
|/
* revert back job.cleanup changesAlexey Katichev2017-05-221-2/+3
* remove implicit cleanup call from job.saveAlexey Katichev2017-05-071-0/+12
* job.delete() should cleans itself from FailedQueue and various registries.Selwin Ong2017-04-011-0/+17
* Allow passing backend classes (job, queue, worker, connection) from CLI and o...Jannis Leidel2017-01-251-1/+38
* Another check on failed status and testJulien Surloppe2016-12-031-0/+21
* fetch_job - check correct queue, fix #728Samuel Colvin2016-09-201-0/+26
* Raise an exception if a given dependency does not existStefan Hammer2016-08-251-1/+18
* Test the worker in its own subprocessArnold Krille2016-06-151-6/+12
* Fix indentation and newlines according to flake8Arnold Krille2016-03-131-5/+2
* Typo in test docstringAntoine Leclair2016-02-151-1/+1
* Merge pull request #609 from tornstrom/masterSelwin Ong2015-12-061-0/+7
|\
| * Allow meta when enqueingTornstrom2015-11-301-0/+7
* | Merge pull request #600 from glaslos/cancel_removeSelwin Ong2015-11-231-3/+1
|\ \
| * | delete dependents and delete in cleanup. Fixed tests.glaslos2015-11-061-3/+1
| |/
* | fix testsahxxm2015-11-091-55/+55
|/
* Clarify test_enqueue_dependents_on_multiple_queuesJavier Lopez2015-08-241-1/+2
* Add test_enqueue_dependents_on_mulitple_queues testJavier Lopez2015-08-241-0/+38