nikochiko commented on issue #18674:
URL: https://github.com/apache/airflow/issues/18674#issuecomment-932802422


   This issue exists when the last updated timestamp of a file is greater than 
current time (when I tried `touch -d 'tomorrow' example-dag.py`).
   
   But, I wasn't able to get this issue by setting the system time to another 
timezone. I am running a docker deployment with airflow 2.1.3
   
   ```bash
   sudo timedatectl set-timezone Europe/Berlin
   
   touch dags/example-dag.py
   docker container top <container-name> | grep DagFileProcessor
   
   # to grab container name, $(docker ps | awk '/scheduler/  { print $NF }')
   ```
   
   is there something I might have missed?


-- 
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]


Reply via email to