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 2020/12/25 22:18:24 UTC

[GitHub] [airflow] potiuk commented on pull request #13313: Warns politely, do not force run a long operation

potiuk commented on pull request #13313:
URL: https://github.com/apache/airflow/pull/13313#issuecomment-751295493


   Another solution to the problem you had:
   
   MOUNT_LOCAL_SOURCES="false" when github image id is used:
   
   https://github.com/apache/airflow/blob/master/breeze#L1085
   
   + moving calculation of the sum to the "compile_assets.sh"
   
   This way md5sum will be part of the image and it will not change (because sources will not be mounted by default when you use github image.
   
   I think this is much better approach than warning.
   


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

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