docker-mailman icon indicating copy to clipboard operation
docker-mailman copied to clipboard

Enable check for database reachability

Open maxking opened this issue 8 years ago • 0 comments

The hack to make sure that the database is available before trying to make connection to it doesn't work sometimes. Especially when there are characters that bash treats as special and thus doesn't work.

Fix the bash script and also add an option to disable the check, in case there are other means to make that work using orchestration framework.

Readiness checks/Health checks.

maxking avatar Nov 10 '17 01:11 maxking