telemetry-airflow
telemetry-airflow copied to clipboard
`make run COMMAND=...` fails due to failed requests from long startup time
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.