diff --git a/linspector/core/job.py b/linspector/core/job.py index 1091f52..3f5d9dd 100644 --- a/linspector/core/job.py +++ b/linspector/core/job.py @@ -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