telemetry-airflow icon indicating copy to clipboard operation
telemetry-airflow copied to clipboard

`make run COMMAND=...` fails due to failed requests from long startup time

Open acmiyaguchi opened this issue 5 years ago • 0 comments

The make run command does not work properly because the mysql database takes too long to respond. The wait script does not check whether the database is accepting requests, and airflow is able to make queries before it is ready.

acmiyaguchi avatar May 08 '19 22:05 acmiyaguchi