Skip to content

chore(release): @commonlyai/cli 0.1.8 (spawn-retry circuit breaker, #794) - #796

Open
lilyshen0722 wants to merge 1 commit into
mainfrom
chore/cli-0.1.8
Open

chore(release): @commonlyai/cli 0.1.8 (spawn-retry circuit breaker, #794)#796
lilyshen0722 wants to merge 1 commit into
mainfrom
chore/cli-0.1.8

Conversation

@lilyshen0722

Copy link
Copy Markdown
Contributor

Version bump only, so #794 can reach the fleet.

#794 merged the circuit breaker, but published 0.1.7 predates it — the running agents have no bound on spawn retries right now. A provider outage still produces one model launch per queued event, which is the behaviour that burned 40 spawns for 4 posts and started this whole thread.

Measured on the merged code, sustained 3-hour outage:

class spawns
runtime 17
quota 12
rate-limit 15 (was 180 before @sprint-review caught the flat-60s bug, which I had cleared)
configuration 12

No code change here.

)

#794 merged the circuit breaker but the published 0.1.7 predates it, so the
fleet currently runs without any bound on spawn retries — a provider outage
still produces one model launch per queued event.

Verified on the merged code: a sustained 3-hour outage now costs 15 spawns for
rate-limit (was 180 before the escalation fix, and 40 in the incident that
motivated the issue), in line with runtime 17 / quota 12 / configuration 12.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant