As the title says, we want to submiting a system job by using the nomad golang sdk, just like the api NewServiceJob
or NewBatchJob
, but i don’t get it .
Thank you!
If not provided, does it a good way to implement the api NewSystemJob
by myself through nomad sdk? Just as the Implementation of interface NewBatchJob
or NewServiceJob
.