cctools
|
Internal class representing a Dask task to be executed, materialized as a special case of a TaskVine PythonTask. More...
Public Member Functions | |
def | __init__ |
Create a new PythonTaskDask. More... | |
Internal class representing a Dask task to be executed, materialized as a special case of a TaskVine PythonTask.
def ndcctools.taskvine.dask_executor.PythonTaskDask.__init__ | ( | self, | |
m, | |||
dag, | |||
key, | |||
sexpr, | |||
category = None , |
|||
environment = None , |
|||
extra_files = None , |
|||
retries = 5 , |
|||
lazy_transfers = False |
|||
) |
Create a new PythonTaskDask.
self | This task object. |
m | TaskVine manager object. |
dag | Dask graph object. |
key | Key of task in graph. |
sexpr | Positional arguments to function. |
category | TaskVine category name. |
environment | TaskVine execution environment. |
extra_files | Additional files to provide to the task. |
retries | Number of times to retry failed task. |
lazy_transfers | If true, do not return outputs to manager until required. |