mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
lifecycle: add poststop hook (#8194)
This commit is contained in:
@@ -633,6 +633,7 @@ type DispatchPayloadConfig struct {
|
||||
const (
|
||||
TaskLifecycleHookPrestart = "prestart"
|
||||
TaskLifecycleHookPoststart = "poststart"
|
||||
TaskLifecycleHookPoststop = "poststop"
|
||||
)
|
||||
|
||||
type TaskLifecycle struct {
|
||||
|
||||
Reference in New Issue
Block a user