datashare icon indicating copy to clipboard operation
datashare copied to clipboard

When datashare is not starting (because of configuration issue) application container is not exiting

Open bamthomas opened this issue 5 years ago • 0 comments

Describe the bug

When there is a "fail fast" issue at start, the container is still up. So when monitoring the services, we can't see that the service is not running

To Reproduce Steps to reproduce the behavior:

  1. put a bad address for let say redis
  2. compile a new container (make docker)
  3. launch the container
  4. it fails but the container is up

Expected behavior

The app should exit with a non 0 status code and the container should stop

bamthomas avatar Nov 04 '20 10:11 bamthomas