Does the nomad golang sdk provide the api of submiting system job?

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.

1 Like

Hi @qqzeng,

It seems NewSystemJob is missing from the API package and should be added to provide parity. I’ll work on adding this today.

Thanks,
jrasell and the Nomad team

1 Like

Nice, thank you so much!