diff options
Diffstat (limited to 'rq/defaults.py')
-rw-r--r-- | rq/defaults.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rq/defaults.py b/rq/defaults.py index bd50489..2a3d57a 100644 --- a/rq/defaults.py +++ b/rq/defaults.py @@ -88,3 +88,9 @@ DEFAULT_LOGGING_FORMAT = '%(asctime)s %(message)s' Uses Python's default attributes as defined https://docs.python.org/3/library/logging.html#logrecord-attributes """ + + +DEFAULT_DEATH_PENALTY_CLASS = 'rq.timeouts.UnixSignalDeathPenalty' +""" The path for the default Death Penalty class to use. +Defaults to the `UnixSignalDeathPenalty` class within the `rq.timeouts` module +"""
\ No newline at end of file |