Skip to content

Auto-restart stale implementation sessions#280

Merged
nicobistolfi merged 1 commit intomainfrom
vigilante/issue-279-auto-restart-stale-implementation-sessions-after-20-minutes-with-a-3-attempt-cap
Mar 22, 2026
Merged

Auto-restart stale implementation sessions#280
nicobistolfi merged 1 commit intomainfrom
vigilante/issue-279-auto-restart-stale-implementation-sessions-after-20-minutes-with-a-3-attempt-cap

Conversation

@nicobistolfi
Copy link
Copy Markdown
Collaborator

Summary

  • add persisted stale auto-restart session bookkeeping with a 20 minute eligibility delay and a 3-attempt cap
  • auto-restart stale implementation sessions through the existing cleanup and dispatch flow while keeping stale-to-PR-maintenance recovery unchanged
  • add regression coverage for pending, restart, and limit-reached paths and document the behavior in README.md

Validation

  • go test ./...

Closes #279

@nicobistolfi nicobistolfi merged commit ee7ac18 into main Mar 22, 2026
1 check passed
@nicobistolfi nicobistolfi deleted the vigilante/issue-279-auto-restart-stale-implementation-sessions-after-20-minutes-with-a-3-attempt-cap branch March 22, 2026 02:28
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.

Auto-restart stale implementation sessions after 20 minutes with a 3-attempt cap

1 participant