Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace ncat with one for Consul Connect #275

Closed
1 task
Tracked by #21
lens0021 opened this issue Oct 3, 2024 · 1 comment · Fixed by #278
Closed
1 task
Tracked by #21

Replace ncat with one for Consul Connect #275

lens0021 opened this issue Oct 3, 2024 · 1 comment · Fixed by #278
Assignees

Comments

@lens0021
Copy link
Member

lens0021 commented Oct 3, 2024

"while ! ncat --send-only %s %s < /dev/null; do sleep 1; done",

https://developer.hashicorp.com/nomad/tutorials/task-deps/task-dependencies-interjob

@lens0021 lens0021 self-assigned this Oct 3, 2024
@lens0021 lens0021 mentioned this issue Oct 3, 2024
4 tasks
@lens0021
Copy link
Member Author

lens0021 commented Oct 3, 2024

or

"while [ -z \"$(dig +noall +answer @localhost mysql.service.dc1.consul)\" ]; do sleep 1; done",

@lens0021 lens0021 moved this from To do to In Progress in femiwiki.com Oct 3, 2024
@lens0021 lens0021 moved this from In Progress to Workaround in femiwiki.com Oct 4, 2024
@github-project-automation github-project-automation bot moved this from Workaround to In Progress in femiwiki.com Oct 4, 2024
@lens0021 lens0021 moved this from In Progress to Done in femiwiki.com Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant