added TODO to job.py
This commit is contained in:
parent
00ddcac305
commit
1ae16ec44a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue