Files
notifications-api/scripts
Athanasios Voutsadakis 3528aab25b Kill the other processes started by the script
We use exec to start awslogs_agent and then a tail to print logs to
stdout. CF docs[1] recommend to use exec to start processes which seems
to imply that as long as there are commands running the container will
remain up and running.

This commit ensures that if there are no celery tasks running we will
kill any other processes that we have started, so that the container will
no longer be considered healthy by cloudfoundry and will be replaced.

1: https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html#start-commands
2019-01-23 16:23:58 +00:00
..
2018-10-09 13:27:49 +01:00
2018-03-06 16:11:42 +00:00
2016-03-09 14:41:36 +00:00
2018-11-09 16:40:58 +00:00