I am trying to update my Looker Regenerator frequency to every minute which can be represented by the following cron expression: */1 * * * *. However, even when I save this the regenerator only seems to update every 5 minutes still.
I did see in this blog post some information, but didn’t understand this section:
Note: The PDT And Datagroup Maintenance Schedule
setting will accept a cron string for a timeframe that is more frequent than every 5 minutes, however the regenerator will only run at most every 5 minutes.
Does this mean that this field will accept the “run every minute” cron expression, but won’t actually run it every minute? And rather, running it every 5 minutes is the most frequent time frame the regenerator can run? Just wanted some clarity on this if anyone has used it. Thanks!