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.
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.