You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/10 16:17:42 UTC

[GitHub] [airflow] baryluk commented on issue #16902: Check for file content hash when caching dag_code

baryluk commented on issue #16902:
URL: https://github.com/apache/airflow/issues/16902#issuecomment-965503222


   We had a weird instance today of similar issue. We use docker image with embedded dags, and despite new image (November 10) being pushed, the timestamp on the file was November 03, but the row in the database was indicating last modification November 09, so the dag processor was not updating the entry in database, so webserver was still showing the old code.
   
   Touching the file, or removing the offending row in `dag_code` solved the problem.
   
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org