The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
2.1.5
Timeouts
Package: flyte.app
Timeout configuration for the application.
Parameters
class Timeouts(
request: int | datetime.timedelta | None,
)| Parameter | Type | Description |
|---|---|---|
request |
int | datetime.timedelta | None |
Timeout for requests to the application. Can be an int (seconds) or timedelta. Must not exceed 1 hour. |