summaryrefslogtreecommitdiff
path: root/tests/test_registry.py
Commit message (Expand)AuthorAgeFilesLines
* Update linting configuration (#1915)Rob Hudson2023-05-171-26/+18
* Consolidate job callbacks execution (#1851)Rony Lutsky2023-03-211-2/+2
* Add failure callback call to started job registry cleanup (#1824)Rony Lutsky2023-03-041-2/+7
* Remove compatibility layer for < 3.5 (#1761)lowercase002023-01-261-1/+1
* Multiple results using Redis Streams (#1725)Selwin Ong2022-11-191-1/+0
* Improve the lint situation (#1688)Yang Yang2022-08-071-1/+1
* Drop python2-specific syntax (#1674)Hugo2022-07-241-6/+3
* Add missing functionality for CanceledJobRegistry (#1560)Josh Cohen2021-09-131-0/+6
* Respect serializer (#1538)Josh Cohen2021-08-241-3/+89
* job.cancel() puts job into CanceledJobRegistry. (#1546)Selwin Ong2021-08-221-1/+5
* Requeueing job should clear job.exc_info (#1543)Selwin Ong2021-08-211-0/+1
* Make unstable tests more stable (#1523)rpkak2021-08-031-4/+4
* Jobs that get cleaned up should also be retried (#1467)Selwin Ong2021-05-151-2/+1
* Job retry feature. Docs WIP (#1299)Selwin Ong2020-07-231-2/+2
* FailedJobRegistry.requeue() resets job.started_at and job.ended_at (#1227)Selwin Ong2020-04-011-0/+2
* registry.cleanup() now writes information to job.exc_info (#1226)Selwin Ong2020-03-311-0/+1
* Failed jobs will now auto expire (#1182)Selwin Ong2020-01-211-17/+16
* Job scheduling (#1163)Selwin Ong2020-01-041-0/+14
* Added `delete_job` argument to registry.remove()` (#1161)Selwin Ong2019-11-231-2/+28
* RQ v1.0! (#1059)Selwin Ong2019-03-301-13/+157
* modify zadd calls for redis-py 3.0 (#1016)Darshan Rai2018-12-031-13/+13
* Issue 872 (#954)Theofanis Despoudis2018-05-251-2/+2
* Registry objects can be instantiated by passing a queue object.Selwin Ong2018-04-211-0/+11
* job.delete() should cleans itself from FailedQueue and various registries.Selwin Ong2017-04-011-1/+34
* Allow passing backend classes (job, queue, worker, connection) from CLI and o...Jannis Leidel2017-01-251-0/+11
* Small refactor to simplify registry key setup.Jannis Leidel2017-01-251-0/+9
* Dependent jobs are now correctly enqueued even if their parent jobs have resu...Selwin Ong2016-05-061-4/+4
* fix testsahxxm2015-11-091-1/+1
* Added clean_registries(queue) function to clean job registries related to tha...Selwin Ong2015-05-231-2/+17
* Jobs from FinishedJobRegistry that are moved to FailedQueue should have "fail...Selwin Ong2015-05-121-6/+12
* Fixed an error in super call.Selwin Ong2015-01-261-1/+1
* Fixed test error in Python 3.Selwin Ong2015-01-261-6/+5
* Added DeferredJobsRegistry to keep track of deferred jobs.Selwin Ong2015-01-231-1/+18
* Allow maximum job age to be specified when cleaning up or getting expired job...Nic Cope2014-12-021-2/+15
* Ensure the FinishedJobRegistry honors an 'infinite' result_ttl of -1Nic Cope2014-11-251-0/+4
* Added FinishedJobRegistry to monitor finished jobs.Selwin Ong2014-09-141-0/+120