BAMRU-Tech / bamru_net

Internal bamru.net website
MIT License
7 stars 2 forks source link

Update child process handling #675

Open hbamru opened 1 week ago

hbamru commented 1 week ago

What?

Add azure_startup.sh ends the process if the children die Add logging for timestamp, exit code and which process ended Update azure_startup.sh to break up a long line

Why?

This is to allow us to better understand if one of the spawned processes fails before the app is terminated. It also should cause the hosting service to restart the app if one of the children dies.