Redis production hardening - #1
Merged
Merged
Conversation
Document Redis durability, eviction, failover, cluster slot, Lua, DLQ, and Streams caveats for the alpha Redis backend.
Centralize Redis queue key construction around a shared hash tag and ensure Redis integration cleanup deletes ready, processing, and dead-letter keys.
Keep Redis transition scripts as reusable queue-owned script objects and add coverage for repeated script execution paths.
Track task attempts, add backend dead-letter transitions, include dead counts in stats, and let engine max-attempt config move expired tasks out of the retry loop.
Add explicit regression coverage for ACK-before-reap, reap-before-ACK, DLQ-on-expiration, and stale lease state expectations.
Record why the alpha Redis backend keeps lists plus LMOVE and Lua while acknowledging Streams as a valid future backend.
Clean up the Redis dead-letter key in core integration tests and keep README non-goals aligned with the TCP/RESP command path on main.
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.
Adds a production-focused hardening pass after v0.1.0-alpha.
Changes:
Verification:
Manual smoke:
Limitations: