Daniel Santos

Results 32 comments of Daniel Santos

@maraino where are you putting the proposed code above?

Also ran into the same issue and took the same path as @fiws... `err != nil -> No / Empty`

I'd suggest you adding a layered config read approach, much like what [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-precedence) does using precedence. This way, the user has flexibility to define the list of masters and...

> env variable can change, but it can only be changed by current process, right? Other processes can not change the env variable value once current process is already started....

Instead of having to execute another command, I much rather prefer to have `weed` handling signals and reloading the same file... this is the best approach to take when dealing...

This issue doesn't seem to be getting traction. It would be nice to have the labels capability. In my case, I have the config via Caddyfile and metrics are emitted...

Just had the same issue for an `exec` task running on Nomad `v0.12.5`

@zemm give the `-g` flag in tini a try. This will propagate any signals to all processes in the same process group. This will potentially prevent these rogue processes from...

I just realized you are using `exec`, which has a different behaviour compared to running the process in the background with `&`. Try adding the `-g` flag to tini and...

Same here using the RLN8-410 NVR.