arcade-mcp/libs
Renato Byrro 3e9ffb6bd9
Fix deploy timeout and improve error messages (#770)
- update_deployment() was using httpx default timeout (5s) instead of
the 360s used by deploy_server_to_engine(), causing "The write operation
timed out" errors on larger packages
- Catch httpx.TimeoutException in both deploy paths with an actionable
error message that points to package size as the likely cause
- Add proper error handling (ConnectError, HTTPStatusError) and
client.close() to update_deployment(), matching
deploy_server_to_engine()
- Add unit tests covering timeout handling and timeout constant usage
2026-03-06 10:03:48 -03:00
..
arcade-cli Fix deploy timeout and improve error messages (#770) 2026-03-06 10:03:48 -03:00
arcade-core JSON-safety validation for ToolMetadata.extras (#773) 2026-02-25 09:48:04 -08:00
arcade-evals [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
arcade-mcp-server Improve .env discovery (#737) 2026-02-25 23:20:28 -08:00
arcade-serve Instrumentation for outbound requests (#726) 2025-12-12 15:30:11 -08:00
arcade-tdk [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
tests Fix deploy timeout and improve error messages (#770) 2026-03-06 10:03:48 -03:00