arcade-mcp/libs/arcade-cli/arcade_cli
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
..
formatters Fixing bug with multiple providers + stats for multiple runs (#752) 2026-02-09 14:25:28 -03:00
templates arcade new <name> --full generates an MCPApp (#787) 2026-03-05 17:50:10 -08:00
usage [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
__init__.py 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00
authn.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
config.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
configure.py Improve .env discovery (#737) 2026-02-25 23:20:28 -08:00
console.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
constants.py feat: Support multiple orgs & projects in Arcade CLI (#717) 2025-12-11 12:58:55 -08:00
deploy.py Fix deploy timeout and improve error messages (#770) 2026-03-06 10:03:48 -03:00
display.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
evals_runner.py Fixing bug with multiple providers + stats for multiple runs (#752) 2026-02-09 14:25:28 -03:00
main.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
new.py arcade new <name> --full generates an MCPApp (#787) 2026-03-05 17:50:10 -08:00
org.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
project.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
secret.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
server.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
show.py CLI Usage (#593) 2025-10-03 10:15:08 -07:00
utils.py Improve .env discovery (#737) 2026-02-25 23:20:28 -08:00