How to disable unleash#9227
-
Hello there! So this is my use case: My application has two deploys I have a cron job and a service. Any idea how can archive that? ty |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 1 reply
-
Hi! Depending on your SDK, you can set the fetch interval and metrics interval to 0 to disable the network activity. You could also provide a FakeUnleash implementation in your cron-job if you don't need feature flags at all here, or a custom no-op implementation. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thanks@FredrikOseberg i will give it a try |
BetaWas this translation helpful?Give feedback.