feat: integrate hydra-cleaner in example app

This commit is contained in:
2025-03-05 17:12:42 +01:00
parent 7a09045e82
commit b0506995e5
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,9 @@
- op: replace
path: "/data/RETENTION_HOURS"
value: "1" # 1 HOUR
- op: replace
path: "/data/BATCH_SIZE"
value: "100"
- op: replace
path: "/data/LIMIT"
value: "1000"

View File

@ -0,0 +1,3 @@
- op: replace
path: "/spec/schedule"
value: "* * * * *"