Stop web and background service re-runs?

Is there a way to prevent web and background services on the python runtime from auto re-running?

My use case would prefer against restarts on exceptions so they can be fixed before the service goes back online.