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

Allow server side control of polling intervals per environment/application #1044

Open
rvowles opened this issue Aug 16, 2023 · 0 comments
Open

Comments

@rvowles
Copy link
Contributor

rvowles commented Aug 16, 2023

Currently, the polling interval is set on the client, but FeatureHub has the capability to allow per environment server side control of the polling interval.

The benefit of this is that it allows teams to set their updates (particularly for SaaS) on GET to be slow until around the time they are planning on changing their features, rolling them out for example. Then they can increase the polling interval, wait until they know everyone has that interval and then change the set of features, seeing a faster rollout of feature changes done by polling to clients like mobile and browser without the downside of significantly increased traffic to their infrastructure over a longer period of time. This also allows a much finer control of cost on SaaS.

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