Skip to content

Commit 36b6bae

Browse files
committed
fix(sdk): remove client read timeout to wait for upscale of agents
Signed-off-by: Radek Ježek <radek.jezek@ibm.com>
1 parent 768577f commit 36b6bae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/agentstack-sdk-py/src/agentstack_sdk/platform

apps/agentstack-sdk-py/src/agentstack_sdk/platform/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
from agentstack_sdk.util import resource_context
1919

20-
DEFAULT_SDK_TIMEOUT: typing.Final = httpx.Timeout(timeout=30)
20+
DEFAULT_SDK_TIMEOUT: typing.Final = httpx.Timeout(timeout=30, read=None)
2121

2222

2323
class PlatformClient(httpx.AsyncClient):

0 commit comments

Comments
 (0)