The GitHub Actions job "Registry Backfill" on airflow.git/main has succeeded. Run started by GitHub user kaxil (triggered by kaxil).
Head commit for run: d9c580449625f1e09bcc2dec7f83acfb7b287a7d / Eric Xiao <[email protected]> Allow worker log groomer sidecar without persistence (#65852) Previously, the worker log groomer sidecar only rendered when `workers.persistence.enabled` was true (i.e., StatefulSet mode). This prevented using the log groomer on Deployments with emptyDir volumes for logs. This change removes the persistence requirement from the log groomer condition. Now the log groomer renders whenever `logGroomerSidecar.enabled` is true, regardless of the persistence setting. This is useful for deployments that: - Use emptyDir for local logs with remote logging (S3, GCS, etc.) - Want to clean up local log files to prevent ephemeral storage exhaustion - Prefer Deployments over StatefulSets for workers Users who don't want the log groomer can disable it by setting `workers.logGroomerSidecar.enabled: false`. Co-authored-by: Claude Opus 4.5 <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/25077276212 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
