Exemplo n.º 1
0
 def run_iteration(self, instance, workspace):
     yield from execute_scheduler_iteration(
         instance, workspace, self._logger, self._max_catchup_runs
     )
Exemplo n.º 2
0
 def run_iteration(self, instance, daemon_shutdown_event,
                   grpc_server_registry):
     yield from execute_scheduler_iteration(instance, grpc_server_registry,
                                            self._logger,
                                            self._max_catchup_runs)
Exemplo n.º 3
0
 def run_iteration(self):
     execute_scheduler_iteration(self._instance, self._logger,
                                 self._max_catchup_runs)
Exemplo n.º 4
0
 def run_iteration(self, instance):
     return execute_scheduler_iteration(instance, self._logger, self._max_catchup_runs)