tektoncd / results

Long term storage of execution results.
Apache License 2.0
77 stars 73 forks source link

Handle panics in API server #504

Closed sayan-biswas closed 1 year ago

sayan-biswas commented 1 year ago

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.