Skip to content

v1.0.1 — bounded dispatch recovery

Latest

Choose a tag to compare

@jhgaylor jhgaylor released this 07 Sep 16:31
8a2df42

Recover brief service outages and lost dispatch acknowledgments without creating a new review generation.

  • Retry transport failures, including interrupted acknowledgment bodies, and HTTP 408/429/500/502/503/504.
  • Reuse the same OIDC admission identity, with at most three attempts in 90 seconds. Honor longer Retry-After values; fail rather than retry early beyond the deadline.
  • Keep authentication refusals and malformed acknowledgments as failures. Check the PR before manually retrying: a failed job may already have admitted a run.

Pin managoat/review-loop-action@8a2df42f250063b33f253bec2c3b0e7abffd50d1 in trusted workflows. A green dispatch still means admission, not approval.

Validation: 13 Node tests and the public consumer smoke check pass. No paid review is started by the test suite.