Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update MySQL handler to add timeout for DNS query failures
Signed-off-by: Michael Irwin <[email protected]> I was helping troubleshoot an issue with someone, who ended up having a typo in their compose file where the MySQL service was using the name "msyql", which obviously causes DNS to fail. But, since the db init doesn't time out, it just looks hung. This fixes that.
- Loading branch information