Hi,
Is the Nomad API Go package (api package - github.com/hashicorp/nomad/api - Go Packages) ok to use in code?
Ive been running into issues with the client.Allocations().Exec() (api package - github.com/hashicorp/nomad/api - Go Packages) which fails when performing calls between nodes without much info in logs to figure out whats going on…
The package does not have a version number that matches the nomad release so im not sure if its meant to be used by other projects or not
thanks!