MCPcopy Create free account
hub / github.com/closeio/tasktiger / run_batch_tasks

Method run_batch_tasks

tasktiger/runner.py:29–35  ·  view source on GitHub ↗

Run the given tasks using the hard timeout in seconds. This is called inside of the forked process.

(self, tasks: List["Task"], hard_timeout: float)

Source from the content-addressed store, hash-verified

27 raise NotImplementedError("Single tasks are not supported.")
28
29 def run_batch_tasks(self, tasks: List["Task"], hard_timeout: float) -> None:
30 """
31 Run the given tasks using the hard timeout in seconds.
32
33 This is called inside of the forked process.
34 """
35 raise NotImplementedError("Batch tasks are not supported.")
36
37 def run_eager_task(self, task: "Task") -> None:
38 """

Callers 1

execute_tasksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected