-
Notifications
You must be signed in to change notification settings - Fork 2
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
Reconnecting mode is too sensitive when requests are failed #235
Labels
Comments
algorys
added a commit
that referenced
this issue
Feb 27, 2018
algorys
added a commit
that referenced
this issue
Feb 27, 2018
Now that App can run without internet connection and autodetect if backend is connected, there are still some adjustments:
|
algorys
added a commit
that referenced
this issue
Feb 27, 2018
algorys
added a commit
that referenced
this issue
Feb 27, 2018
Ref #235 Improve App start, fix Unit Tests for AlignakApp class
This was referenced Feb 27, 2018
Closed
algorys
added a commit
that referenced
this issue
Feb 27, 2018
algorys
added a commit
that referenced
this issue
Feb 28, 2018
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The reconnecting mode is too sensitive when requests are failed inside App client. Currently, App goes into reconnection mode after 2 errors on GET and 1 error on POST and PATCH.
Maybe App should have a counter and try to reconnect only when that counter reaches a certain number (for example 10).
Waiting for alignak-backend-client #26 to be solved too.
The text was updated successfully, but these errors were encountered: