taps.executor.globus¶
GlobusComputeConfig ¶
Bases: ExecutorConfig
Globus Compute Executor plugin configuration.
Attributes:
-
endpoint(str) –Globus Compute endpoint UUID.
-
batch_size(int) –Maximum number of tasks to coalesce before submitting.
get_executor() ¶
get_executor() -> FutureDependencyExecutor
Create an executor instance from the config.