Make sure reloading happens after collecting #36
Labels
kind/enhancement
Categorizes issue or PR as related to an improvement.
lifecycle/keep
Denotes an issue or PR that should be preserved from going stale.
priority/soon
Must be worked on either currently, or very soon, ideally for the next release
Right now there are two workers ran by the reloader, one for collecting data, and another for checking into Vault for the secret versions. One could argue that collecting data frequently doesn't makes sense, because only the latest state of the collected data would count when the reloading actually happens.
Therefore it makes sense to set the same run period for the
collector
and thereloader
workers, e.g. run them every 4 hours. In this case we should make sure thecollector
runs before thereloader
so the reloading would be executed on the latest state of things, and not on 4 hour old data.The text was updated successfully, but these errors were encountered: