Let pollInterval to be configurable
Closed this issue · 1 comments
longquanzheng commented
60s is too long...and it's not configurable
ibarrajo commented
@longquanzheng This is configurable in the config yamls: https://github.com/search?q=repo%3Auber%2Fcadence+%22pollInterval%3A+%22+path%3Aconfig%2F*.yaml&type=code
Or do you mean setting this template to read from an environment variable, like:
pollInterval: {{ default .Env.DYNAMIC_CONFIG_POLL_INTERVAL "60s" }}