cadence-workflow/cadence

Let pollInterval to be configurable

Closed this issue · 1 comments

@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" }}