File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,19 @@ retrieval:
203
203
work_mem : " 100MB"
204
204
# ... put Query Planning parameters here
205
205
206
+ # Scheduler contains tasks which run on a schedule.
207
+ scheduler :
208
+ # Snapshot scheduler creates a new snapshot on a schedule.
209
+ snapshot :
210
+ # Timetable defines in crontab format: https://en.wikipedia.org/wiki/Cron#Overview
211
+ timetable : " 0 */6 * * *"
212
+ # Retention scheduler cleans up old snapshots on a schedule.
213
+ retention :
214
+ # Timetable defines in crontab format: https://en.wikipedia.org/wiki/Cron#Overview
215
+ timetable : " 0 * * * *"
216
+ # Limit defines how many snapshots should be hold.
217
+ limit : 4
218
+
206
219
cloning :
207
220
# Deprecated field. Default: "base".
208
221
mode : " base"
Original file line number Diff line number Diff line change @@ -196,6 +196,19 @@ retrieval:
196
196
work_mem : " 100MB"
197
197
# ... put Query Planning parameters here
198
198
199
+ # Scheduler contains tasks which run on a schedule.
200
+ scheduler :
201
+ # Snapshot scheduler creates a new snapshot on a schedule.
202
+ snapshot :
203
+ # Timetable defines in crontab format: https://en.wikipedia.org/wiki/Cron#Overview
204
+ timetable : " 0 */6 * * *"
205
+ # Retention scheduler cleans up old snapshots on a schedule.
206
+ retention :
207
+ # Timetable defines in crontab format: https://en.wikipedia.org/wiki/Cron#Overview
208
+ timetable : " 0 * * * *"
209
+ # Limit defines how many snapshots should be hold.
210
+ limit : 4
211
+
199
212
cloning :
200
213
# Deprecated field. Default: "base".
201
214
mode : " base"
You can’t perform that action at this time.
0 commit comments