Documentation Index
Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
Use this file to discover all available pages before exploring further.
prefect.utilities.timeout
Functions
fail_if_not_timeout_error
fail_if_not_timeout_error(timeout_exc_type: type[Exception]) -> None
timeout_async
timeout_async(seconds: Optional[float] = None, timeout_exc_type: type[TimeoutError] = TimeoutError)
timeout
timeout(seconds: Optional[float] = None, timeout_exc_type: type[TimeoutError] = TimeoutError)