Wastelander777 commented on code in PR #61853:
URL: https://github.com/apache/airflow/pull/61853#discussion_r2904129056
##########
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:
I agree with @n-badtke-cg, I think at the user level is harder to define the
retention that way.
--
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]