You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setting refreshInterval = 0 disables refreshing the toggles from the upstream URL.
Using these options, it is possible to run the the client w/o network access to Unleash API. It would be nice if unleash-client-go also supports this.
Background
Running the SDK in offline mode is necessary to support the following use-cases:
running the apps in offline environments, where toggle updates only occur when a new version of the code is deployed
support determinism in local development and CI environment while keeping the setup simple (avoid adding unleash-edge running in "offline" mode to local dev/test environment).
Solution suggestions
No response
The text was updated successfully, but these errors were encountered:
@vgrigoruk The Golang SDK also supports bootstrapping from a file. See this section of the README.md. It should also support setting refreshInterval to 0 via configOptions.
Describe the feature request
Unleash NodeJS sdk has the following functionality that supports running in "offline" mode:
refreshInterval = 0
disables refreshing the toggles from the upstream URL.Using these options, it is possible to run the the client w/o network access to Unleash API. It would be nice if unleash-client-go also supports this.
Background
Running the SDK in offline mode is necessary to support the following use-cases:
Solution suggestions
No response
The text was updated successfully, but these errors were encountered: