projectcalico / vpp-dataplane

VPP dataplane implementation for Calico
Apache License 2.0
146 stars 38 forks source link

agent: Add failsafe termination after 10s #599

Closed sknat closed 1 year ago

sknat commented 1 year ago

In the case one of the goroutine fails to gracefully terminate, we add a failsafe condition to panic after a configurable amount of time after the tomb has returned. It defaults to 10 seconds.