Setting custom snapshot frequency in UI, functionality regression?

In the 2021 thread I see this:

and so you could set any interval you wished very easily.


In the current UI instead you get a list of predefined values, with no ability to define your own snapshot frequency, unless you use to resort to cron expressions, which is extremely user-unfriendly way to do so compared to just setting a number of seconds.


Like I can’t set 1.5 hours as interval. Or 2 hours. Or 18 hours, etc.


Why was there this regression of UI functionality?
Any chance of bringing back the editable field for snapshot interval?

Maybe it will be back, maybe not.

In the meantime use Cron Expressions.

every 1.5h:

0 0,3,6,9,12,15,18,21 * * *
30 1,4,7,10,13,16,19,22 * * *

every 2h:

0 */2 * * *

every 18h:

0 */18 * * *

A bit more complicated but it is only options available at the moment for non standard schedules.