klisira commented on issue #42542: URL: https://github.com/apache/airflow/issues/42542#issuecomment-2553561130
I’m encountering the same issue on Airflow 2.10.2. Specifically, after removing certain helper Python files and even some DAG files from my local dags/ directory (which is mounted into the Airflow containers), these files continue to appear inside the running containers. Although they’re deleted on the host machine, they still show up in the container as if they remain present and are being parsed by the scheduler or DAG processor. It feels like there’s some form of caching or delayed sync at play. How can I ensure that once files are removed locally, they are also removed from the container’s view and no longer recognized by Airflow? Any guidance or known workarounds would be greatly appreciated. -- 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]
