moq-lite-05: define broadcast Epoch as a timestamp#36
Conversation
Define the ANNOUNCE_BROADCAST Epoch as the time the origin publisher created the broadcast instance, in seconds since 2020-01-01T00:00:00Z. The 2020 reference point (rather than the Unix epoch) keeps current timestamps within a 4-byte varint. Replaces the previous opaque, application-defined value. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011meTAeUxiib7Ns2vd6Vzg5
a4de94a to
ecb58fe
Compare
|
Warning Review limit reached
More reviews will be available in 57 minutes and 43 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the 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 configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe pull request removes the 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches✨ Simplify code
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. Comment |
Redefines the broadcast
Epochfield (added in #35) from an opaque, application-defined value to a concrete timestamp.Change
The
Epochin ANNOUNCE_BROADCAST is now defined as the time the origin publisher created the broadcast instance, expressed in seconds since 2020-01-01T00:00:00Z.0still means the publisher does not assign an Epoch.Updated the Broadcast-section overview, the Epoch field description, and the moq-lite-05 changelog bullet accordingly. The draft validates via kramdown-rfc.
🤖 Generated with Claude Code