Vignesh.N

Results 8 comments of Vignesh.N

`npm run fmtcheck` and `prettier --write 'src/**/*.ts' '__tests__/**/*.ts'` have different behaviours

@ronlut @tymokvo , the problem could be related to what we are facing too, I have raised a PR for this #31 In my testing I found out the action...

I have raised a PR(#31) which will find both `in_progress` and `queued` workflow runs, which I believe will solve this issue. You are also free to use my fork to...

We have been getting these timeouts as well for a quite while and have not managed to find the rootcause. I have configured the Min and Max Thread counts to...

> WORKER: (Busy=50,Free=32717,Min=50,Max=32767) @Ekim1987 appears you'll benefit from increasing the min Thread count to a higher number likely 100 or more to suit your traffic, as it appears it has...

@NickCraver the actual payload should be roughly 150-300 bytes max, also worth mentioning that I use the `Microsoft.Extensions.Caching.StackExchangeRedis` abstraction which underneath uses a hashmap instead of simple keys to store...

> redis-cli --bigkeys it appears I have to enable the non-SSL port for the redis-cli to connect to the azure redis instance, I have to look at ways to do...

this is what I got before the connection timedout, I didn't want to further risk running the command on a Friday evening on a production system. ``` # Scanning the...