Currently we don't have any panic/recovery mechanism in the API server. So in case of any runtime errors the main routine exits and hence the container also gets restarted.
We need a recovery middleware to handle these situations and prevent the container from getting restarted.
Currently we don't have any panic/recovery mechanism in the API server. So in case of any runtime errors the main routine exits and hence the container also gets restarted. We need a recovery middleware to handle these situations and prevent the container from getting restarted.