Results 43 comments of Brian Pitts

@dennisklein [this](https://github.com/pradels/vagrant-libvirt/issues/85#issuecomment-56456372) isn't about something I need. In that comment I was just trying to explain what the current design allows and how it makes pool cleanup difficult. If we...

For one approach see https://github.com/aws-actions/aws-codebuild-run-build/issues/57#issuecomment-985850580

We've simply forked this action and disabled these overrides, so we can use what is specified on the codebuild job. ```diff diff --git a/code-build.js b/code-build.js index 67d2e14..55be488 100644 --- a/code-build.js...

As I recall no, the Datadog tracing does not incorporate time spent in the queue. IIRC it published a span for the time needed to enqueue a task, and it...

@djmitche did you mean to say "operator" instead of controller? My hot take is that it's much more realistic to have the helm chart support bringing your own ingress than...

FWIW, you don't need to specify `mode: 'bridge'`. We default to a type of `direct` and mode of `bridge` which should do what most people want. I've realized that when...

If you want to do this with consul, you can use the `consul lock` command to wrap starting lita. https://www.consul.io/docs/commands/lock.html

I'm also looking for a solution for this, as I do not want to check in actual values for my environment variables. #608 seems to fit my needs better.