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

Add possibility to control retry/reconnect settings in the client #130

Open
knutejohKLP opened this issue Dec 22, 2023 · 0 comments
Open

Comments

@knutejohKLP
Copy link

Problem:
We are running the gosmee server on Azure App Services, and the Azure Loadbalancer in front serving these applications has a default non-changable connection-timeout of 230 seconds. This means with the SSE setup of gosmee, that we every ~4 minutes get a connection reset by peer on the gosmee client.

Currently it seems like the default is to retry the connection 5 or 4 times before gosmee exists. This in turn causes the container the gosmee client runs in to restart every 20 minutes, and until the container is back up, we can potentially loose events from in our case github.

Feature request:
Make it possible to control the retry settings to avoid the conainer restarts, or in some way handle these connection resets from Azure App service without exiting the gosmee binary.

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

No branches or pull requests

1 participant