Open benjben opened 12 months ago
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.
0 7 * * *
fs2-cron could be used for that.
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.