Alex Dadgar
Alex Dadgar
Hey! Nomad currently does not have a way to express job dependencies but it is something on our roadmap. From your description it sounds like you need dependencies between tasks/task...
@shantanugadgil No there currently isn't. I have file an issue for go-getter to add support for that. When that comes we can add it to the job file. For now...
I would prefer this removed because as you said it makes cross compiling difficult. Using tools like gox is much harder with this now.
Yeah I like your thinking. You could probably use the `cgo` tag right? `
@ianchen0119 I applied my changes on to your branch and got this error when generating: `source formatting on generated source "definition" failed: /Users/alexdadgar/go/src/github.com/hashicorp/hcp-sdk-go-internal/clients/cloud-vault-secrets/stable/2023-06-13/models/secrets20230613_open_secret.go:47:1: expected '}', found 'map' (and 3 more...
@casualjim @ianchen0119 This PR unfortunately introduces a bug. Prior to this PR, this swagger (https://gist.github.com/dadgar/6c16479180f94b76789ac84fd886e962) could be generated and now it fails with the error I described in https://github.com/go-swagger/go-swagger/issues/3142. ```...
@hynek Yeah this is an interesting one. Since the deployment is failed, the scheduler is avoiding placing new instances of the job because it assumes they will fail as well....