added TODO to job.py
This commit is contained in:
parent
d6fa863292
commit
26ffeada50
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ class Job:
|
|||
if execution_sucessful:
|
||||
if self.job_threshold > 0:
|
||||
#TODO: maybe set threshold_handling for each service optionally; will override core setting!
|
||||
#TODO: reset should be default; decrement should be optional
|
||||
if self.core["threshold_handling"] == "reset":
|
||||
logger.info("Job " + self.hex_string() + ", Threshold Reset")
|
||||
self.job_threshold = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue