mirror of
https://github.com/dtzp555-max/ocp.git
synced 2026-07-21 21:15:09 +00:00
fix: add crash backoff and stderr logging to pool manager
- Rework replenishPool to accept isCrash flag: initial fills spawn immediately with no delay; only crash-triggered respawns apply backoff - Exponential backoff on crash: 2s, 4s, 8s, 16s, 32s, capped at 60s - After 5 consecutive fast crashes (< 10s lived) within a 60s rolling window, mark model as "degraded" and stop all respawning to prevent CPU spin loops - Degraded state resets automatically if a subsequent spawn lives > 10s - stderr from crashed pool workers is captured and logged on exit - Bump version to 1.6.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openclaw-claude-proxy",
|
||||
"version": "1.5.1",
|
||||
"version": "1.6.0",
|
||||
"description": "OpenAI-compatible proxy that routes requests through Claude CLI — use your Claude Pro/Max subscription as an OpenClaw model provider",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
|
||||
Reference in New Issue
Block a user