summaryrefslogtreecommitdiff
path: root/rq/timeouts.py
Commit message (Expand)AuthorAgeFilesLines
* Pass job_id to death penalty class (#936)John Stowers2018-10-271-1/+1
* add periodic worker heartbeats (#945)Thomas Kriechbaumer2018-05-061-8/+20
* Make string formatting consistentVincent Driessen2015-06-031-1/+1
* PEP8ify.Vincent Driessen2014-05-071-1/+1
* Fix PEP8 complaints.Vincent Driessen2014-05-051-3/+3
* Enable the most modern Python syntax.Vincent Driessen2014-05-051-0/+4
* Job timeouts are now handled by "worker.death_penalty_class".Selwin Ong2014-04-041-2/+13
* PEP8ify.Vincent Driessen2013-09-021-1/+1
* Fix typo.Vincent Driessen2012-07-181-1/+1
* Add @slow wrapper to avoid running slow tests.Vincent Driessen2012-02-241-2/+2
* Safer, and shorter, version of the death penalty.Vincent Driessen2012-02-221-0/+51