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

Registration / Session tracking timeout backoff #83

Open
jmwample opened this issue Apr 27, 2021 · 0 comments
Open

Registration / Session tracking timeout backoff #83

jmwample opened this issue Apr 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jmwample
Copy link
Member

Issue

As we start to roll out registration caching mechanisms the stations should be able to track registrations / session information for connections that are used or that they are capable of serving, but time out registrations that see no use to limit the overall number of registrations tracked over long periods of time that will never see any connections.

Solution

This aggressive timeout might be something like a bool that, once a positive connection is seen, increases the timeout from a few minutes to a longer extended connection timeout as we now know that the client can and will use the session. We could also add a tag to the registration to indicate if the client intends to attempt to re-use the session. If they are not going to try to re-use the session it always uses the short timeout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant