Aapo Talvensaari

Results 278 comments of Aapo Talvensaari

How feasible it is to expect that if "the thing" doesn't happen in 5 secs, it will happen in 10 secs?

> I don't have any quantifiable data to provide strong support for the fix here, much like setting a TCP timeout, which depends on the specific environment of each individual....

@dndx / @chronolaw what do you think about this?

@hishamhm, freaky, what is `DEBUG_MAIL` is that something that is reserved when using nginx just with mail module, aka `mail { }` that we don't have?

> Kong Gateway debug logs are usable again @hishamhm I suggest you add: ``` build --//:debug=false ``` in `HOME/.bazelrc` (I think we should by default build without `debug`, it is...

It is also strange that `DEBUG_MAIL` is quieter as it is `512` level, while normal `DEBUG` is `8` and `ERR` is `4`. Are these also used as some kind of...

> Kong packages/containers are already built like that right? Kong distributions (those that we ship) are build without `debug` aka with `--//:debug=false`, AFAIK (need a confirmation). But for some reason...

What I have found is that on Mac the default ulimit -n seems to be 256 and these settings make the Kong not to work correctly. So perhaps a word...

> > What I have found is that on Mac the default ulimit -n seems to be 256 and these settings make the Kong not to work correctly. So perhaps...

Not sure if CI is flaky, but seems like this may have caused issue. Restarting CI 3rd time.