enrich
enrich copied to clipboard
Use cron expressions for assets refresh
Assets refresh is currently configured with a duration.
Due to auto scaling, it's possible for several instances' assets to be out of sync.
To address that a possibility would be to use cron expressions (e.g. 0 7 * * *) to configure assets refresh.
fs2-cron could be used for that.