prefect.task_runners
TaskRunner
with
block to ensure
proper cleanup of resources.
Methods:
duplicate
map
task
: The task to submit.parameters
: The parameters to use when running the task.wait_for
: A list of futures that the task depends on.name
submit
submit
submit
ThreadPoolTaskRunner
cancel_all
duplicate
map
map
map
submit
submit
submit
task
: The task to submit.parameters
: The parameters to use when running the task.wait_for
: A list of futures that the task depends on.PrefectTaskRunner
duplicate
map
map
map
submit
submit
submit
task
: The task to submit.parameters
: The parameters to use when running the task.wait_for
: A list of futures that the task depends on.