added TODO to job.py

This commit is contained in:
Johannes Findeisen 2013-10-21 02:13:20 +02:00
commit 1ae16ec44a

View file

@ -39,6 +39,7 @@ class Job:
self.processors = processors
self.core = core
self.hostgroup = hostgroup
#TODO: limit the size of this list; else it is a memory leak
self.jobInfos = []
self.jobThreshold = 0
self._enabled = True