From 26ffeada508fdfed8b68b04a2ec5e2c320fb301e Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Tue, 5 Nov 2013 03:51:34 +0100 Subject: [PATCH] added TODO to job.py --- linspector/core/job.py | 1 + 1 file changed, 1 insertion(+) 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