-
Notifications
You must be signed in to change notification settings - Fork 28
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
Send heardbeat from ui to back #4417
Labels
Enhancement
New feature
Comments
ClementBouvierN
added a commit
that referenced
this issue
May 11, 2023
Signed-off-by: ClementBouvierN <[email protected]>
ClementBouvierN
added a commit
that referenced
this issue
May 11, 2023
Signed-off-by: ClementBouvierN <[email protected]>
ClementBouvierN
added a commit
that referenced
this issue
May 11, 2023
Signed-off-by: ClementBouvierN <[email protected]>
ClementBouvierN
added a commit
that referenced
this issue
May 11, 2023
Signed-off-by: ClementBouvierN <[email protected]>
ClementBouvierN
added a commit
that referenced
this issue
May 23, 2023
Signed-off-by: ClementBouvierN <[email protected]>
ClementBouvierN
added a commit
that referenced
this issue
May 24, 2023
Signed-off-by: ClementBouvierN <[email protected]>
freddidierRTE
added a commit
that referenced
this issue
May 24, 2023
Signed-off-by: freddidierRTE <[email protected]>
freddidierRTE
added a commit
that referenced
this issue
May 24, 2023
Signed-off-by: freddidierRTE <[email protected]>
freddidierRTE
pushed a commit
that referenced
this issue
May 25, 2023
Signed-off-by: ClementBouvierN <[email protected]>
freddidierRTE
added a commit
that referenced
this issue
May 25, 2023
Signed-off-by: freddidierRTE <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In certain circumstances , the network is cut between the browser and the cards-consultation services but the connection does not close on the back , this situation has been observe in production for a duration of 1 hour . So the user is considered connected where as it is not the case
Solution :
Send every X minutes an HTTP heartbeat request from the UI to the back . The endpoint shall cards/CardSubscriptionHeartBeat
If the back did not receive the heartbeat for Y minutes , it closes the connection
By default X = 60s
and Y = 150 s
Implementation :
The text was updated successfully, but these errors were encountered: