dailai commented on code in PR #7787:
URL: https://github.com/apache/seatunnel/pull/7787#discussion_r1792695893


##########
config/seatunnel.yaml:
##########
@@ -37,3 +37,7 @@ seatunnel:
     telemetry:
       metric:
         enabled: false
+      log:
+        scheduled-deletion-enable: false
+        cron: "0 0 * * *"

Review Comment:
   I think we should check if this property is valid at cluster startup. 
Because Cron cron = parser.parse(cronExpression) this may throw 
IllegalArgumentException.



-- 
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]

Reply via email to