From: Benjamin Diaz Date: Fri, 25 Jan 2019 17:30:20 +0000 (-0300) Subject: Exits process when encountered by a database exception X-Git-Tag: v6.0.0~15 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=inline;h=a96898dfaf088ac15560d15a7dcaf982c671ac2f;hp=a96898dfaf088ac15560d15a7dcaf982c671ac2f;p=osm%2FPOL.git Exits process when encountered by a database exception Database errors could mean database node failure. In this cases, the process should exit so it could be automatically restarted (when handled by Docker Swarm, K8s, etc) so it can obtain a new DB connection to an alive node. Change-Id: I42a3954fe238a0445101eb71add79aaef4315c2e Signed-off-by: Benjamin Diaz ---