Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis: Refactor delayed-message enqueuing #103

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

jaymell
Copy link
Contributor

@jaymell jaymell commented Sep 5, 2024

Make the code here a bit more generic and less ambiguous by requiring
InternalPayload instead of &[u8] to be passed to the functions
that move messages from delayed queue to the main queue. This will
enable reusing these functions later for things like redriving DLQs.

Make this less ambiguous by requiring `InternalPayload`s
to be passed to the functions that add messages back
to the main queue instead of `&[u8]`.
@jaymell jaymell marked this pull request as ready for review September 5, 2024 22:58
@jaymell jaymell requested a review from a team as a code owner September 5, 2024 22:58
@svix-james svix-james merged commit b49857b into svix:main Sep 6, 2024
4 checks passed
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.

3 participants