Skip to content

Commit 028b0ed

Browse files
committed
feat: delay 14 days before rollup
1 parent 1444000 commit 028b0ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow-cli/configuration-opensearch/state_management_policy/nrm-type-access-external-policy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{
1515
"state_name": "rp",
1616
"conditions": {
17-
"min_index_age": "1d"
17+
"min_index_age": "14d"
1818
}
1919
}
2020
]
@@ -64,7 +64,7 @@
6464
"transitions": [{
6565
"state_name": "scaled",
6666
"conditions": {
67-
"min_index_age": "4d"
67+
"min_index_age": "16d"
6868
}
6969
}]
7070
},

0 commit comments

Comments
 (0)