jscheffl commented on code in PR #61853:
URL: https://github.com/apache/airflow/pull/61853#discussion_r2897133546
##########
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:
Have you considered instead of adding another parameter (plus all the
complexity with this) to support fractions, e.g. `retentionDays: 15.5` to make
it every 15 days plus 12h? Or `0.0139` to have it every 20 minutes.
--
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]