n-badtke-cg commented on code in PR #61853:
URL: https://github.com/apache/airflow/pull/61853#discussion_r2904167678


##########
chart/values.yaml:
##########
@@ -981,15 +981,14 @@ workers:
     # Number of days to retain logs
     retentionDays: 15
 
+    # Number of minutes to retain logs.
+    # This can be used for finer granularity than days.
+    # Total retention is retentionDays + retentionMinutes.
+    retentionMinutes: 0

Review Comment:
   also an example: 10 minutes. 
   
   fractional days = 10min / (24hours * 60min) = 
0,00694444444444444444444444444444...



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