Searched defs:_handle_agents (Results 1 - 2 of 2) sorted by relevance

/external/autotest/scheduler/
H A Dsite_monitor_db.py165 def _handle_agents(self): member in class:SiteDispatcher
166 super(SiteDispatcher, self)._handle_agents()
168 self._gauge.send('_handle_agents', time.time() - self._tick_start)
H A Dmonitor_db.py365 self._log_tick_msg('Calling _handle_agents().')
366 self._handle_agents()
687 adds them to the dispatchers agents list, so _handle_agents can execute
807 scheduled for execution on the drone through _handle_agents.
856 other agents in it's _agents member, through _handle_agents, by
861 it is handled by _handle_agents.
946 # _handle_agents to schedule any more special
970 def _handle_agents(self): member in class:BaseDispatcher

Completed in 405 milliseconds