arcade-mcp/libs/tests/cli/deploy
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
..
test_servers arcade deploy for MCP Servers (#618) 2025-10-16 09:00:10 -07:00
test_deploy.py Fix deploy timeout and improve error messages (#770) 2026-03-06 10:03:48 -03:00