Respect splay
for all ways a child process can get a reload signal
#1671
Labels
Milestone
splay
for all ways a child process can get a reload signal
#1671
Consul Template version
0.29.5
Configuration
Expected behavior
In current release version of consul-template does not apply the
splay
time when a reload comes from outside of consul-template in the case when we setreload_signal = ""
at the top level config. I provide a sample code that I was experimenting with just to give an idea of where the problem could be addressed.The real end goal of what we are trying to achieve is to "debounce" reload signals but respecting the splay time (any reloads that come while the splay is ticking, should be dropped and use that very first reload to actually reload the
exec
process. We have a problem where ournginx
process is reloading many times per second, causing stability issues (just to give more context).References
The text was updated successfully, but these errors were encountered: