datashare
datashare copied to clipboard
When datashare is not starting (because of configuration issue) application container is not exiting
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:
- put a bad address for let say redis
- compile a new container (make docker)
- launch the container
- it fails but the container is up
Expected behavior
The app should exit with a non 0 status code and the container should stop