prefect.task_runners
TaskRunner
with
block to ensure
proper cleanup of resources.
Methods:
name
duplicate
submit
submit
submit
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.ThreadPoolTaskRunner
duplicate
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.map
map
map
cancel_all
PrefectTaskRunner
duplicate
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.map
map
map