Kiril Angov
Kiril Angov
Seems obsolete now as the webp library is at 1.0.2 in the repo
Is this now implemented with the new `reload_signal = ""` which means it will not try to send signals on reload?
@eikenb I have a compromise here :) The use case we have is the same as @AOne-T but we use the `-once` flag which obviously means that we kind of...
Thank you so much!
I left a comment on the MR that was supposed to fix the issues with the terminating gateway but will post here as well for posterity. I think this is...
One important thing that the dedup functionality helps with is when we need to watch 1000+ services and we do not want to do that on every instance of consul-template....
This works for us btw: ``` NUM_PROCESSES=${NUM_PROCESSES:-1} if [ "${NUM_PROCESSES}" -gt 1 ]; then # See: https://github.com/Yelp/dumb-init#session-behavior # Here we use `dumb-init` to start a subshell which will run all...
@eikenb, let me know if you need any more information from our side. I would love to help fix this if it is possible. Thank you!
This has come down in priority for us as well, just to update the issue.
> @komapa Would resolving #3520 also solve this issue? Yes, I guess one of these will suffice but in general I am worrying that not being able to track CRDs...