Replies: 1 comment 1 reply
-
I am having somewhat of the same issue. For me the snapshot passes, but I want to change it from 15 min to 5 min if possible. My environment variable is - CRON_SCHEDULE=*/5 * * * * but the system ignores that and does it every 15 minutes. Not sure if I have entered this correctly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Default of 15 mins is always used regardless if param is passed in to change it. Also, changing value in Docker file then building and using new image with custom snapshot value does not appear to be working either. The logs indicate snaphot attempts and specified interval but snapshot process fails.
Beta Was this translation helpful? Give feedback.
All reactions