villasv / aws-airflow-stack

Turbine: the bare metals that gets you Airflow
https://victor.villas/aws-airflow-stack/
MIT License
377 stars 69 forks source link

EFS not being mounted to wokers #187

Closed RohitJones closed 4 years ago

RohitJones commented 4 years ago

Hi, Villasv

Thank you for all your hard work ! There is a minor bug in the workerset.setup.sh script, specifically in the if condition. The condition should be if [ ! -d "/mnt/efs" ] so that it evaluates to true when the efs directory does not exist.

villasv commented 4 years ago

Wow, what a slip! Thanks for pointing it out and for the quickfix :-)