MCPcopy Create free account
hub / github.com/apache/cloudstack / run

Method run

tools/marvin/marvin/asyncJobMgr.py:138–147  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

136 self.interval = interval
137
138 def run(self):
139 while self.inqueue.qsize() > 0:
140 job = self.inqueue.get()
141 try:
142 job.run()
143 except:
144 pass
145
146 self.inqueue.task_done()
147 time.sleep(self.interval)
148
149
150class outputDict(object):

Callers 2

app.pyFile · 0.45
angular-ui.min.jsFile · 0.45

Calls 2

getMethod · 0.65
sleepMethod · 0.45

Tested by

no test coverage detected