summaryrefslogtreecommitdiff
path: root/tests/test_worker.py
Commit message (Expand)AuthorAgeFilesLines
* Update linting configuration (#1915)Rob Hudson2023-05-171-22/+20
* Catch serializer TypeError Exception (#1872)gabriels12342023-05-031-0/+17
* Worker pool (#1874)Selwin Ong2023-05-011-98/+100
* New dequeue strategy (#1806)lowercase002023-03-051-0/+53
* 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 - Use worker TTL for timeout (#1794)Rony Lutsky2023-02-101-0/+10
* Fix - TypeError - accessing None when dequeued result is None (when timeout=N...Rony Lutsky2023-02-051-0/+8
* Enhanced Redis Connection Reliability (#1753)lowercase002023-02-021-0/+7
* Remove compatibility layer for < 3.5 (#1761)lowercase002023-01-261-1/+1
* Persist worker_name after job is finished (#1730)eswolinsky32412022-11-261-1/+0
* Multiple results using Redis Streams (#1725)Selwin Ong2022-11-191-2/+11
* Typing (#1698)lowercase002022-10-011-17/+1
* Improve the lint situation (#1688)Yang Yang2022-08-071-2/+2
* Dependency with failures (#1681)Selwin Ong2022-07-311-18/+2
* Drop python2-specific syntax (#1674)Hugo2022-07-241-7/+3
* Use unittest.mock instead of mock (#1673)Hugo2022-07-241-2/+2
* rq.worker: remove useless set_state call in horse (#1618)Xavier Fernandez2022-02-131-2/+1
* Fixes a bug that causes leftover job keys when result_ttl=0 (#1591)Selwin Ong2021-12-021-5/+25
* job.cancel() puts job into CanceledJobRegistry. (#1546)Selwin Ong2021-08-221-1/+1
* Minor changes (#1544)Selwin Ong2021-08-211-0/+9
* Handle deserializing failures gracefully (#1428)Cyrille Lavigne2021-06-121-0/+32
* Jobs that get cleaned up should also be retried (#1467)Selwin Ong2021-05-151-23/+1
* Cleanup zombie worker leftovers as part of StartedJobRegistry's cleanup() (#1...Omer Lachish2021-04-201-16/+0
* Workers dequeuing jobs from queues using both Round-Robin and Random strategi...Biel Cardona2021-03-311-1/+56
* Add exception to catch redis connection failure to retry after wait time (#1387)Adda Satya Ram2021-01-141-0/+14
* Fix custom serializer in job fetches (#1381)JackBoreczky2020-11-281-0/+16
* Added job.worker_name (#1375)Selwin Ong2020-11-081-9/+15
* feat: avoided "zombie" processes after killing work horse (#1348)Ruslan Mullakhmetov2020-10-201-5/+12
* Fixes an issue where retried jobs should not be put in FailedJobRegistry (#1336)Selwin Ong2020-09-101-0/+5
* handled unhandled exceptions in horse (#1303)Ruslan Mullakhmetov2020-08-041-13/+32
* Job retry feature. Docs WIP (#1299)Selwin Ong2020-07-231-6/+60
* Split kill_house() fix issues #1234 (#1300)wevsty2020-07-131-3/+2
* Worker key TTLs are set to be a bit longer to account for system hiccups (#1279)Selwin Ong2020-06-201-1/+1
* Implement Customizable Serializer Support (#1219)Babatunde Olusola2020-04-161-0/+9
* fixing HerokuWorkerShutdownTestCase after #1194 (#1213)Samuel Colvin2020-03-091-2/+6
* Add a hard kill from the parent process with a 10% increased timeout … (#1169)mr-trouble2020-01-191-0/+27
* Job scheduling (#1163)Selwin Ong2020-01-041-14/+7
* Store worker's RQ and Python versions (#1125)Vladimir Protasov2019-10-081-0/+31
* Fix unreliable test (#1126)Vladimir Protasov2019-09-081-2/+5
* Fixed test errors caused by _sentry_trace_headersSelwin Ong2019-07-201-4/+0
* Added logging statements to handle_job_success and handle_job_failure (#1112)Selwin Ong2019-06-221-5/+4
* add the ability to have the worker stop executing after a max amount of jobs ...Paul Robertson2019-06-121-2/+13
* Fix timeout adding job to StartedJobRegistry (#1086)Ted Summer2019-05-181-0/+17
* RQ v1.0! (#1059)Selwin Ong2019-03-301-64/+120
* Make logging in worker consitent. (#1030)Wolfgang Langner2019-01-301-4/+4
* Update/add flag for description logging (#991)Finnci2019-01-221-0/+18
* skip test_1_sec_shutdown with pypy (#1020)Samuel Colvin2018-12-041-0/+1
* modify zadd calls for redis-py 3.0 (#1016)Darshan Rai2018-12-031-5/+5