summaryrefslogtreecommitdiff
path: root/tests/test_worker.py
Commit message (Expand)AuthorAgeFilesLines
* worker.work() should be tested with burst=TrueSelwin Ong2020-06-071-2/+2
* 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
* Replace "timeout" argument in queue.enqueue() with "job_timeout" (#1010)Selwin Ong2018-11-221-3/+3
* Fixed a unicode test.Selwin Ong2018-10-261-8/+10
* SimpleWorker's ttl must always be longer than jobs. (#1002)Selwin Ong2018-10-201-5/+16
* worker.main_work_horse should always return 0Selwin Ong2018-05-071-8/+9
* add periodic worker heartbeats (#945)Thomas Kriechbaumer2018-05-061-1/+19
* Added the ability to fetch workers by queue (#911)Selwin Ong2017-12-181-2/+27
* improve logging in worker.py (#902)Samuel Colvin2017-11-231-0/+24
* Job compression (#907)Selwin Ong2017-11-231-8/+12
* Fixed an issue where `birth` not present in Redis (#901)vanife2017-11-171-4/+9
* Fixed an issue where worker.refresh() may fail if last_heartbeat is not prese...Selwin Ong2017-11-031-2/+6
* Worker statistics (#897)Selwin Ong2017-10-281-2/+45
* add milliseconds into timestamps, fix #721Samuel Colvin2017-09-091-3/+2
* Fixed #866 - Flak8 errorsTheo2017-09-081-16/+8
* Fixed #866 - Flak8 errorsTheo2017-09-081-12/+20
* remove python 2.6 supportSamuel Colvin2017-09-051-4/+2
* Worker.find_by_key should use hmget instead of repeated hget calls. (#826)Selwin Ong2017-04-291-4/+17
* Solve the UnicodeDecodeError while decode literal things. (#817)Peng Liu2017-04-191-0/+14
* Merge pull request #757 from jaywink/fix-unicode-decode-errorSelwin Ong2017-04-041-0/+22
|\
| * Fix UnicodeDecodeError when failing jobsJason Robinson2017-02-101-0/+22
* | correct heroku worker exit logicSamuel Colvin2017-03-091-1/+1
|/
* Merge pull request #786 from jezdez/backend-class-overridesSelwin Ong2017-02-031-1/+1
|\
| * Allow passing backend classes (job, queue, worker, connection) from CLI and o...Jannis Leidel2017-01-251-1/+1
* | Add similar test for when the job failsBenjamin Root2017-01-271-2/+29
* | Added integration test for the metadata persistence featureBenjamin Root2017-01-271-1/+21
|/
* cope with python 2.6 yawwwwwwnSamuel Colvin2016-12-201-2/+4
* skip test_run_scheduled_access_self on pypySamuel Colvin2016-12-201-0/+2
* allow for already dead horse on heroku worker terminationSamuel Colvin2016-12-201-3/+2
* Merge pull request #763 from jezdez/skip-heroku-macosSelwin Ong2016-11-301-0/+4
|\
| * Stop running some Heroku tests on macOS since it’s missing the appropriate ...Jannis Leidel2016-11-291-0/+4
* | Merge branch 'master' into 739_fix_race_conditionStefan Hammer2016-11-191-0/+2
|\ \ | |/
| * Fix PEP8 complaintsVincent Driessen2016-11-181-0/+2
* | refactored worker codeStefan Hammer2016-09-221-1/+1
* | added a test for the race conditionStefan Hammer2016-08-131-0/+36
|/
* use compat for PY2 test and add testsSamuel Colvin2016-07-251-2/+13