Skip to content

feat(xtask): add durable runtime WAL gate#600

Merged
flyingrobots merged 1 commit into
mainfrom
cycle/558-durable-runtime-wal-gate
Jun 21, 2026
Merged

feat(xtask): add durable runtime WAL gate#600
flyingrobots merged 1 commit into
mainfrom
cycle/558-durable-runtime-wal-gate

Conversation

@flyingrobots

Copy link
Copy Markdown
Owner

Summary

  • Add cargo xtask test-slice durable-runtime-wal as the release-grade filesystem runtime WAL durability gate.
  • Keep runtime-wal-ack documented as the fast semantic gate.
  • Document the slice in the workflow guide, current bearing, and changelog.

Closes #558.

Validation

  • cargo test -p xtask test_slice_durable_runtime_wal_stays_explicit
  • cargo test -p xtask runtime_wal_ack_stale_claims
  • cargo xtask test-slice durable-runtime-wal --dry-run
  • cargo xtask test-slice durable-runtime-wal
  • cargo xtask test-slice runtime-wal-ack
  • cargo fmt --check
  • cargo clippy -p xtask -- -D warnings
  • npx markdownlint-cli2 CHANGELOG.md docs/BEARING.md docs/workflows.md
  • git diff --check

@coderabbitai

coderabbitai Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@flyingrobots, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 44 minutes. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: bce8ba67-5fe4-4d09-bea9-f3305e5c35c3

📥 Commits

Reviewing files that changed from the base of the PR and between f25a7ec and 50acfd4.

📒 Files selected for processing (4)
  • CHANGELOG.md
  • docs/BEARING.md
  • docs/workflows.md
  • xtask/src/main.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch cycle/558-durable-runtime-wal-gate

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@flyingrobots flyingrobots mentioned this pull request Jun 21, 2026
7 tasks
@flyingrobots flyingrobots merged commit 627f236 into main Jun 21, 2026
36 checks passed
@flyingrobots flyingrobots deleted the cycle/558-durable-runtime-wal-gate branch June 21, 2026 20:21
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.

[GP1-S5] Durable Runtime WAL Gate

1 participant