Ethan Setnik
Ethan Setnik
@miry thanks for volunteering. Will you be able to release https://github.com/opentracing-contrib/nginx-opentracing/pull/150 soon?
@miry can you create a new github release?
I have to agree with @darrencrossley after discovering this library and trying to get it working in my project I find there is way to much implementation leaking into the...
I have the same issue. Out of curiosity are any of you encountering this when Github Desktop is also open on the repo?
This is great progress. Thank you @AdrieanKhisbe for taking it on!
@zoellner any idea why this is the case? AWS specifies 20s as the maximum allowable WaitTimeSeconds and I use this in my projects without any issues.
I am using localstack so that could account for the difference
@zoellner actually the maintainer suggested the same thing in my PR https://github.com/CoorpAcademy/serverless-plugins/pull/96#pullrequestreview-377513244. I'd be happy with exposing a configuration for this, except the default should probably still be 20s as...
Not opposed to that, but I don't really understand why 15s vs 20s would make a difference from a compatibility perspective. In my experience almost everyone who uses SQS in...
The reason I changed it from 1s to 20s is that we use real queues in some cases and this change caused a 20x decrease in cost. I’d argue that...