-
Notifications
You must be signed in to change notification settings - Fork 20
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
Need better connection retry logic #270
Labels
bug
Something isn't working
Comments
Simplest way to observe this occurring at a large scale is to have the proxy connector running and then do a complete removal of the OpenIGC OMRS bundle extension (dropping all stubs immediately) -- all subsequent stub lookups will then fail along these lines:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently seems that pretty much any failure to connect to IGC via the REST API results in a retry by opening a new session. Should be more intelligent and see if the error is to do with a session timeout before blindly retrying new sessions, or we needlessly risk session overflows.
The text was updated successfully, but these errors were encountered: