summaryrefslogtreecommitdiff
path: root/tests/test_queue.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync jobs should be cleaned up after execution.Selwin Ong2015-07-101-2/+3
* Fix PEP8 issueVincent Driessen2015-04-121-1/+1
* Prevent `Queue#dequeue` from blowing the stackTamir Duberstein2015-03-161-0/+8
* Various PEP8 fixes.0.5.0Vincent Driessen2015-01-301-1/+1
* Auto-sort imports using isort.Vincent Driessen2015-01-301-4/+4
* Added DeferredJobsRegistry to keep track of deferred jobs.Selwin Ong2015-01-231-8/+14
* queue.enqueue() should set job.origin.Selwin Ong2015-01-231-2/+1
* Added "DEFERRED" Job status for jobs that have unsatisfied dependencies.Selwin Ong2015-01-231-2/+4
* Merge pull request #463 from conslo/skip-queueSelwin Ong2015-01-121-0/+10
|\
| * changed the kwarg, but forgot to change the testTravis Johnson2014-12-141-1/+1
| * test for skip_queue mechanicsTravis Johnson2014-12-091-0/+10
* | merging masterJonathan Tushman2014-12-151-3/+1
|\ \ | |/
| * no need for that save anymoreTravis Johnson2014-11-181-3/+1
* | triggering shutdown by setting a redis flagJonathan Tushman2014-12-121-6/+6
|/