Anton Chaporgin
Anton Chaporgin
Hi, guys! Any progress about this issue?
@nick-fields could you please take a look?
I added the tests. Somehow I can't see their status: So, please @nick-fields , have a look.
~Tested with `act pull_request -j ci --container-architecture linux/amd64 --workflows .github/workflows/ci_cd.yml -v --rm` seems to be working.~ UPD: it's not working now.
Confirm, reproduces for me.
does not reproduce on the newest versions, thank you!
@turtlemonvh can you have a look?
We probably should use [circuit breaker](https://docs.microsoft.com/en-us/previous-versions/msp-n-p/dn589784(v=pandp.10)?redirectedfrom=MSDN) at some point here, to ensure we do not break our stands. There are [gobreaker](https://github.com/sony/gobreaker) and [hystrix-go](https://github.com/afex/hystrix-go) to help.
The interface, for now, is like this: init ``` ubuntu@ip-172-31-26-161:~/zenithdb/console/goapp/cmd/cloudbench$ ./cloudbench --server="http://localhost:3000/" --token="8ar9t94zztf33t1i3vxejqn0t5x860b55xkmzmvqc6vshy5hi06nslxiz9oufawv" --config="docker_config.yaml" init active_tenants --max=1 2022-03-29T07:17:53.089Z DEBUG cluster is "active" {"cid": "gentle-flower-559220"} 2022-03-29T07:17:53.089Z DEBUG Outgoing request {"cid": "gentle-flower-559220",...
I am planning to make a new environment to run `cloudbench` against.