snowplow / enrich

Snowplow Enrichment jobs and library
https://snowplowanalytics.com
Other
21 stars 39 forks source link

Use cron expressions for assets refresh #834

Open benjben opened 12 months ago

benjben commented 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.

fs2-cron could be used for that.