Skip to content
Verified Commit 0750c72e authored by Marco De Donno's avatar Marco De Donno
Browse files

Add the db check for the containers

Since we have set the database to be in auto-commit mode, we can make a
check of the connectivity between the web container and the db.

If the database is set to a transactional level (not in auto-commit
mode), this ping() check is problematic in the sense that the
transaction increase at each check (because of the `select` SQL
command), and the entire transaction will crash at some point.
parent 0f3de855
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment