Mind.R.

Results 22 comments of Mind.R.

As AWS Lambda is stateless I've found that options such as `num-read-checks-before-scale-down` is not working. Need some refactoring here..

We don't have a need for this linter today. We can re-evaluate our decision in the future.

@igorgatis could you fix Buildifier error: ``` ##### :bazel: buildifier: found 1 format issue in your WORKSPACE, BUILD and *.bzl files --   | Please download buildifier 0.22.0 and run the...

I want to understand how to run those tests as `./testing/e2e.sh` also fails for many reasons. How to reproduce: ``` $ git clone https://github.com/bazelbuild/rules_docker.git $ cd rules_docker $ ./testing/e2e.sh ......

LGTM. @smukherj1, I wonder what's the use case of the `@io_bazel_rules_docker//container:build_tar`? Should we use it instead of system `tar` from the `$PATH`?

Investigating. I see similar behavior with one difference - it's not being stuck waiting for Cassandra nslookup to succeed, but for schema being populated.

I think those hooks are correct. According to this document: https://helm.sh/docs/topics/charts_hooks/#hooks-and-the-release-lifecycle, "loaded" doesn't mean it's blocking. ``` 1. User runs helm install foo 2. The Helm library install API is...

@guptamridul1809, @chaychoong, could you try adding `--set debug=true` to the helm command and paste schema-setup and schema-update Job logs? For me, they report success, but the schema is actually not...

@alexshtin took over ownership of this project. While this PR LGTM, In general, the architecture of having a direct dependency on Grafana, Prometheus, Cassandra, and Elasticsearch is incorrect. That said,...