task

Reference for `task`.

task reference.

Methods

map(self, args)

No docstring.

_as_decorator(name: 'str | None' = None, fallback: 'Callable | None' = None, rollback: 'Callable | None' = None, retry_max_attempts: 'int' = 0, retry_delay: 'int' = 1, retry_backoff: 'int' = 2, timeout: 'int' = 0, secret_requests: 'list[str] | None' = None, config_requests: 'list[str] | None' = None, output_storage: 'OutputStorage | None' = None, cache: 'bool' = False, metadata: 'bool' = False, auth_exempt: 'bool' = False, requires_approval: 'bool | Callable[..., bool | Awaitable[bool]]' = False) -> 'Callable[[F], task]'

No docstring.


Generated from flux/task. Last verified against Flux 0.56.0.