Pavlo Bashynskyi

Results 19 comments of Pavlo Bashynskyi

So do I. An alternative way is using `tags.value[ indexOf(tags.key, 'some key') ]`. I'm not saying that this is the best solution, but it works. As an example: ```sql CREATE...

`un-even request distribution` — I don't know what that means. Can you specify which metric to look at?

In config ```yml clusters: - name: wdwh nodes: - 10.0.0.20:8123 # removed after 23:50 - 10.0.0.22:8123 - 10.0.0.82:8123 - 10.0.0.83:8123 kill_query_user: name: "{{ clickhouse_user }}" password: "{{ clickhouse_pswd }}" users:...

Hi @Garnek20, my concern is what is used "next" round-robin instead of round-robin or least-loaded round-robin. The load falls on the next service after the failed one. At least I...

In our case, the severity rose to critical, because it affected the operation of the CD pipeline. In our case, self-hosted runners are running in GCP `southamerica-east1`. ![image](https://user-images.githubusercontent.com/3680861/151772378-47fa19c3-0e68-4903-b0f3-5f3cc47395eb.png)

Our workaround ```yaml - name: Cache mvn repository uses: actions/cache@v2 timeout-minutes: 5 continue-on-error: true with: path: ~/.m2/repository key: cache-m2-${{ hashFiles('pom.xml') }} restore-keys: | cache-m2- ```

There have been no problems in the last month.

Yes, it looks like this repo doesn't have a maintainer. Here is an example of how a critical one-character hotfix is ​​still open #268

Hi @haya14busa, I created a new action for the detect-secrets tool https://github.com/levonet/action-detect-secrets It seems to me that it will be convenient to keep all similar actions in one organization. Is...