The GitHub Actions job "CodeQL" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 126b7b8a073f75096d24378ffd749ce166267826 / Jarek Potiuk <[email protected]> Make RotatingFilehandler used in DagProcessor non-caching (#27223) The RotatingFileHandler is used when you enable it via `CONFIG_PROCESSOR_MANAGER_LOGGER=True` and it exhibits similar behaviour as the FileHandler had when it comes to caching the file on the Kernel level. While it is harmless (the cache will be freed when needed), it is also misleading for those who are trying to understand memory usage by Airlfow. The fix is to add a custom non-caching RotatingFileHandler similarly as in #18054. Note that it will require to manually modify local settings if the settings were created before this change. Fixes: #27065 Report URL: https://github.com/apache/airflow/actions/runs/3319400047 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
