nomad: removing unused job type
This commit is contained in:
parent
2d4fad31b2
commit
93020187da
|
@ -658,7 +658,6 @@ const (
|
||||||
// JobTypeNomad is reserved for internal system tasks and is
|
// JobTypeNomad is reserved for internal system tasks and is
|
||||||
// always handled by the CoreScheduler.
|
// always handled by the CoreScheduler.
|
||||||
JobTypeCore = "_core"
|
JobTypeCore = "_core"
|
||||||
JobTypeSystem = "system"
|
|
||||||
JobTypeService = "service"
|
JobTypeService = "service"
|
||||||
JobTypeBatch = "batch"
|
JobTypeBatch = "batch"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue