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

Proposed Fix to [BUG] Reverb Broadcast Stop If Redis Connection Lost #268

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nathanaelytj
Copy link

@nathanaelytj nathanaelytj commented Oct 31, 2024

After reviewing the trace and exception.
I found that it's an unhandled rejection of promise.

I propose to catch this globally and then stop the server.
This will help docker or any watchdog system to restart the reverb service.

But I'm also thinking if is it better to send restart signal?
Let me know what's your opinion?

The goal of this PR is to fix #258
Closes #258 on merge.

@taylorotwell taylorotwell marked this pull request as draft October 31, 2024 17:43
@nathanaelytj nathanaelytj marked this pull request as ready for review November 1, 2024 01:37
@taylorotwell taylorotwell marked this pull request as draft November 1, 2024 13:35
@taylorotwell
Copy link
Member

Drafting pending review from @joedixon

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.

[BUG] Reverb Broadcast Stop If Redis Connection Lost
2 participants