gvisor/pkg/sentry/watchdog
Nicolas Lacasse e70f28664a Allow the watchdog to detect when the sandbox is stuck during setup.
The watchdog currently can find stuck tasks, but has no way to tell if the
sandbox is stuck before the application starts executing.

This CL adds a startup timeout and action to the watchdog. If Start() is not
called before the given timeout (if non-zero), then the watchdog will take the
action.

PiperOrigin-RevId: 277970577
2019-11-01 11:49:31 -07:00
..
BUILD Update canonical repository. 2019-06-13 16:50:15 -07:00
watchdog.go Allow the watchdog to detect when the sandbox is stuck during setup. 2019-11-01 11:49:31 -07:00