Skip to content

fix: gracefully handle redis counters via heartbeat #9

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jowparks
Copy link
Collaborator

@jowparks jowparks commented Apr 29, 2025

I believe the issue we were seeing with hitting limits is that the websocket-proxy was getting interrupted for reboots and because the connections weren't gracefully terminated, the counter was not decremented. This handles the connection management via heartbeats and periodic cleanup by existing clients.

@jowparks jowparks force-pushed the reset-redis-counters-on-boot branch 3 times, most recently from b357a37 to f237cb2 Compare April 29, 2025 20:27
@jowparks jowparks changed the title fix: reset redis counters on boot fix: gracefully handle redis counters via heartbeat Apr 30, 2025
@jowparks jowparks force-pushed the reset-redis-counters-on-boot branch 4 times, most recently from 34e53ce to c16400f Compare May 1, 2025 16:17
@jowparks jowparks force-pushed the reset-redis-counters-on-boot branch from c16400f to ae8a38b Compare May 1, 2025 16:20
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