NationalGenomicsInfrastructure / irma-provision

Ansible playbooks for provisioning NGI pipeline and related sw
1 stars 17 forks source link

Fix kong crontab #424

Closed b97pla closed 3 years ago

b97pla commented 3 years ago

Cron tries to launch Kong every hour to make sure it is always up. If Kong is already running, this would result in an error that is sent to the admin email. This modifies the command to only run if the crucial nginx process is not already running.