Eric Herot

Results 18 issues of Eric Herot

...otherwise modifications to the `PATH` env var tend to end up in other instances of `ENV['PATH']` possibly messing up unrelated spec tests. Using `at_exit` as this Gem currently tries to...

The following error is thrown during startup on the twilio/twilio-cli:5.18.0 docker container: ``` ... 💻 Deploying a Functions Service to handle incoming calls and SMS... 🧑‍💻 Creating Service 🧑‍💻 Configuring...

The warning says, "The `reboot` must use the `:immediately` notification timer with any notification." But what's not clear is whether it needs to be used with notifications that `reboot` _receives_...

This seems to be a variation of elastic/curator#1491, except in that ticket the offending task has action `cluster:admin/snapshot/get` whereas what I'm seeing is actually `cluster:admin/snapshot/delete` showing up in the task...

### What this does There seems to be internal confusion as to whether `retry_count` really means "tries", where 0--which is a legal value--means never try at all or "retries", where...

Currently if another snapshot task is blocking delete_snapshot, the task action is logged as DEBUG only and following is logged at the INFO level: ```console Unable to delete snapshot(s) because...