I am receiving timeout errors, mainly because my local models are saturated with the number of jobs I'm giving them. So I want to extend the workspaces timeout from 60s to 10 minutes to see if it helps but it looks like the argument is not utilized.
|
api_timeout: float = Field( |
|
default=60.0, description="API request timeout (seconds)" |
|
) |