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

Relay url suffix and connection manager #17

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

dcadenas
Copy link
Contributor

I noticed that the task to record the last id processed was not scoped per relay so now I'm using a key that deals with this so instead of using vanish_requests:deletion_subscriber:last_id we use vanish_requests:deletion_subscriber:last_id:example.com.

Another problem was that the connection to update this value was closing after inactivity so now I'm using the connection manager which is ideal for this use case: redis-rs/redis-rs#218

@dcadenas dcadenas merged commit 7af2c4d into main Oct 10, 2024
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.

1 participant