Kiril Angov
Kiril Angov
Would love to see this merged as well!
Just a note that we have been running this in production for the last 2-3 weeks and it has been performing well for us.
Hey @roncodingenthusiast, we ran this for more than a month in production and we did not see any issues. We eventually removed it because we were able to stop the...
Why not add `sleep $((1 + $RANDOM % 360));` to your `mysql/reload.sh` command? (obviously you can adjust the `360` seconds to whatever suits your needs. Your certificates will be rotated...
I think you pretty much said this? `command = "consul lock -child-exit-code /some/consul/path/prefix /opt/consul-template/templates/mysql/reload.sh"` See: https://developer.hashicorp.com/consul/commands/lock
Same here, we need this as well. Thank you!
Thank you. For us, https://github.com/hashicorp/consul-template/issues/1428 is more important to actually make sure consul-template does not even kill the nginx process. If you get me a windows build of latest, I...
Hello @eikenb, unfortunately the error now switched to this: ``` 2022-09-29T21:07:22.887Z [INFO] (child) reloading process 2022-09-29T21:07:37.327Z [ERR] (cli) 1 error occurred: * not supported by windows ``` I even tried...
This is the config on disk: ``` C:\>type config.hcl log_level = "info" # Setting this value to the empty string will cause consul-template # to not listen for any reload...
I tried to use `windows:servercore-ltsc2019` as a base image and the problem was the same.