roadmap: Phase DiMaggio + Phase Berra#47
Merged
russellromney merged 1 commit intomainfrom May 5, 2026
Merged
Conversation
… docs) Two phases informed by the second HN-front-page feedback wave: - Phase DiMaggio adds adaptive polling backoff to the default watcher so an idle database scales its poll interval up to 1s (capped) instead of running at fixed 1ms forever. Addresses the recurring "wind back the polling" / battery / mobile asks. - Phase Berra is a docs sweep: comparison-with-other-queue-libs table, sharper README opening line, mobile/embedded story, and a brief explanation of why polling is the default. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two roadmap phases driven by the second HN-front-page feedback wave:
Roadmap-only — no code changes.
Context
Originally part of PR #46 alongside an attempted .NET wake-flake fix. The .NET test infrastructure work in #46 was independently superseded by 285d9bb on main, so this carves out the still-useful piece.
🤖 Generated with Claude Code