Hemanth Bollamreddi
Hemanth Bollamreddi
### Proposal A mechanism to run scripts in a task periodically or cron based. For example, if when running a postgres task, we need a way to dump databases periodically...
### Nomad version 1.4.2 ### Operating system and Environment details Ubuntu arm64 ### Issue If the client is down, system job on that client is not restarted unless manually done....
### Nomad version 1.4.1 ### Operating system and Environment details Ubuntu ### Issue Some nomad system jobs not recovering after node is lost and reconnected. I should also mention that...
**DIsclaimer** I am not sure if it is a bug or a feature request or a simple question :( **Describe the bug** Here is the scenario: Setup and run vm....
**Example Scenario** Two caddy instances on different hosts with ips 11.11.11.11 and 11.11.11.12 . Need to insert DNS records for both the IPs (for dns load balancing). **Notes** I understand...
Describe your PR and link to any relevant issues. In the current scenario, invalid enums are propagated to the client. This PR sends a null instead - while the graphql...
### Feature Request Add a way to enumerate over nomad nodes (and fetch the node data like ip, etc) similar to how we do for consul - https://github.com/hashicorp/consul-template/blob/main/docs/templating-language.md#nodes This will...
### Community Note * Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request...
*Note: I am still finding my way through the codebase. If this PR seems illogical LMK.* ## Description In the current scenario, we first create a s3 object, presign it...
## Description `go mod tidy` bumps the go version and the toolchain. Updated the dockerfile to reflect the same. ## Tests Not required.