jsinovassin commented on code in PR #575:
URL: https://github.com/apache/unomi/pull/575#discussion_r1101721670
##########
tools/shell-commands/src/main/resources/requestBody/2.2.0/create_rollover_policy_query.json:
##########
@@ -0,0 +1,19 @@
+{
+ "policy": {
+ "phases": {
+ "hot": {
+ "actions": {
+ "rollover": {
+ #rolloverHotActions
+ }
+ }
+ },
+ "delete": {
+ "min_age": "90d",
+ "actions": {
+ "delete": {}
+ }
+ }
Review Comment:
I added a line in Handle TODOs in the
https://issues.apache.org/jira/browse/UNOMI-739 ticket to not forget it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]