summaryrefslogtreecommitdiff
path: root/rq/worker.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid deprecation warnings on redis-py 3.5.0 hmset (#1253)Bo Bayles2020-05-161-2/+2
* Remove extraneous try/except (#1247)Michael Angeletti2020-05-131-9/+4
* Slightly increase job key timeout in monitor_work_horse()Selwin Ong2020-05-101-1/+1
* Always set job.started_at in monitor_work_horse (#1242)rmartin482020-05-101-1/+1
* Accept lowercase logging level names and accept tuples when setting exception...Pierre Mdawar2020-04-161-1/+1
* Implement Customizable Serializer Support (#1219)Babatunde Olusola2020-04-161-7/+9
* registry.cleanup() now writes information to job.exc_info (#1226)Selwin Ong2020-03-311-1/+1
* fixing HerokuWorkerShutdownTestCase after #1194 (#1213)Samuel Colvin2020-03-091-1/+1
* Properly decode hostname in job.refresh()Selwin Ong2020-03-081-1/+1
* Pass job ID to error handlers (#1201)Seamus Mac Conaonaigh2020-02-281-0/+1
* fix kill_horse will cause zombie processes (#1194)wevsty2020-02-251-0/+2
* Fix simple typo: constrast -> contrast (#1200)Tim Gates2020-02-251-1/+1
* Respect timeout -1 in worker hard kill (#1187)Zach Kanzler2020-02-251-1/+1
* Add a hard kill from the parent process with a 10% increased timeout … (#1169)mr-trouble2020-01-191-0/+9
* Job scheduling (#1163)Selwin Ong2020-01-041-15/+60
* worker.register_birth() should use hmsetSelwin Ong2019-10-081-7/+9
* Store worker's RQ and Python versions (#1125)Vladimir Protasov2019-10-081-2/+8
* otp: reuse utcnow (#1115)Chyroc2019-07-051-1/+1
* Added logging statements to handle_job_success and handle_job_failure (#1112)Selwin Ong2019-06-221-1/+2
* Replace procname with setproctitle (#1108)Joe2019-06-161-1/+1
* Improve worker start/stop logging messages (#1105)Selwin Ong2019-06-121-7/+10
* add the ability to have the worker stop executing after a max amount of jobs ...Paul Robertson2019-06-121-6/+13
* remove unused code (#1092)秋葉2019-05-301-1/+0
* Fix timeout adding job to StartedJobRegistry (#1086)Ted Summer2019-05-181-1/+4
* RQ v1.0! (#1059)Selwin Ong2019-03-301-90/+94
* Make logging in worker consitent. (#1030)Wolfgang Langner2019-01-301-17/+17
* Update/add flag for description logging (#991)Finnci2019-01-221-3/+13
* modify zadd calls for redis-py 3.0 (#1016)Darshan Rai2018-12-031-5/+5
* Pass job_id to death penalty class (#936)John Stowers2018-10-271-1/+1
* SimpleWorker's ttl must always be longer than jobs. (#1002)Selwin Ong2018-10-201-8/+11
* Fix heroku worker (#993)Selwin Ong2018-09-231-1/+2
* Horse should exit with return code 1 if it raises an exceptionSelwin Ong2018-09-231-4/+7
* horse should always call os._exit(0)Selwin Ong2018-09-231-11/+9
* added logging formatting options (#979)shikharsg2018-08-081-3/+5
* worker.main_work_horse should always return 0Selwin Ong2018-05-071-3/+2
* add periodic worker heartbeats (#945)Thomas Kriechbaumer2018-05-061-20/+24
* Added the ability to fetch workers by queue (#911)Selwin Ong2017-12-181-9/+24
* improve logging in worker.py (#902)Samuel Colvin2017-11-231-22/+26
* Fixed an issue where `birth` not present in Redis (#901)vanife2017-11-171-1/+4
* Fixed an issue where worker.refresh() may fail if last_heartbeat is not prese...Selwin Ong2017-11-031-1/+4
* Worker statistics (#897)Selwin Ong2017-10-281-20/+74
* Fixed #812 - Send heartbeat during suspension checkTheo2017-10-241-1/+1
* try latin-1 if utf-8 doesn't work, when decoding exception stringsndparker2017-10-231-1/+4
* Fixed #866 - Flak8 errorsTheo2017-09-081-3/+3
* Merge pull request #855 from floqqi/masterSelwin Ong2017-07-051-1/+6
|\
| * Windows: Use SIGTERM instead of SIGKILLFlorian2017-06-191-1/+6
* | use enum WorkerStatus instead of strliangsijian2017-05-281-3/+3
|/
* Merge pull request #833 from yaniv-g/extract_move_to_failed_queueSelwin Ong2017-05-151-7/+6
|\
| * local commit to avoid circular imports.Yaniv Greenberg2017-05-141-1/+1
| * Moved move_to_failed_queue to separate file.Yaniv Greenberg2017-05-141-10/+2