fix: improve terminal robustness with exponential backoff and better keepalive #34

Merged
jimmy merged 9 commits from dev into main 2026-03-11 23:34:37 +08:00
Showing only changes of commit 80ad5e9197 - Show all commits
+1
View File
@@ -10,6 +10,7 @@ import auth
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
# CI test: verify auto-trigger works
MAX_SESSIONS = 5 MAX_SESSIONS = 5
MAX_SESSIONS_PER_USER = 5 MAX_SESSIONS_PER_USER = 5
_session_lock = asyncio.Lock() _session_lock = asyncio.Lock()