Jack Lindamood
Jack Lindamood
For this feature, I worry the circuit code is already complex and it may be best if this was implemented as a wrapper on top of the circuit. It may...
> return error when inside circuit.run() allowNewRun Rather than modify any code inside this repository, create a new struct that uses a circuit as a member.
Hi, That looks correct. I haven't touched the examples in a long time.
# Implementation Make another package inside https://github.com/cep21/circuit/tree/master/closers called hystrix-adaptive. It uses composition to include the hystrix package, but change ShouldOpen to be adaptive.
Hi, The new repo is still at v0.x When is it safe to migrate production deployments over? Are there plans for a 1.0 release?
Was excited to find this ticket, but can't find the ingest example. I understand not wanting to make it part of the project itself, but maybe someone could post an...
May help to update the example. This should work ``` protoc: version: 3.11.0 lint: group: uber2 generate: go_options: import_path: github.com/me/helloworldgov1/gen plugins: - name: go type: go output: ../gen/go - name:...
Is this resoled now that #556 is merged?
Just to clarify, if I want to get the latest code when I run `glide up` I need to change my yaml to have `version: master` on every package like:...
Thank you. I had to fork the lambdas to add a complete postgres connection string to the JSON `postgres://bob:password@host/database`. It may be helpful, especially since these are examples, for people...