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

Method _run

tests/test_base.py:522–525  ·  view source on GitHub ↗
(n_executions)

Source from the content-addressed store, hash-verified

520 task = self.tiger.delay(exception_task, retry_method=linear(DELAY, DELAY, 3))
521
522 def _run(n_executions):
523 Worker(self.tiger).run(once=True)
524 Worker(self.tiger).run(once=True)
525 assert task.n_executions() == n_executions
526
527 _run(1)
528

Callers

nothing calls this directly

Calls 3

WorkerClass · 0.90
n_executionsMethod · 0.80
runMethod · 0.45

Tested by

no test coverage detected