seanmuth commented on issue #71125: URL: https://github.com/apache/airflow/issues/71125#issuecomment-5184224500
Update: this has surfaced in production with concrete impact beyond "wasted work." A customer's DAG processor logs showed individual `.jar` files taking 60+ seconds each to "parse," producing zero DAGs. That's real DAG-processor loop budget being consumed scanning archive internals that were never going to yield a DAG, plausibly contributing to unrelated DAGs in the same folder going stale/missing under the processor's timeout budget — not just log noise as originally described above. --- Drafted-by: Claude Code (Sonnet 5) (no human review before posting) -- 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]
