prefect.utilities
timeout
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
prefect.utilities.timeoutfail_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)
Was this page helpful?