Y.Horie
Y.Horie
@hackeryutu Thanks reporting. For we could not find any clues of this issue, could you instruct us what or how did you do before this error occurred? And Please tell...
@kehoecj Hi, I'm interesting in this issue. Can you use the third party services such as codecov or coveralls? Because I consider that they are more friendly and user experience...
@kehoecj > We're not able to use 3rd party services at this time. Why can't you choose to use these services? It is no risk to publish some sensitive data...
@prabumohan Hi, It seems the same issue of this. https://github.com/vozlt/nginx-module-vts/issues/262#issuecomment-1462348599 We consider that it is quite tricky because it is a little complicated mechanism when the peer->fails is counted on...
@kvaps Hi, thank you for your comment. We've continued to invest this issue for a long time. Nevertheless we cannot have any clues of the solution of this issue because...
@YentlFrickx Nginx stale cache updates in background with subrequest as below. https://github.com/nginx/nginx/commit/8644d9491ad3c0eb16bcda1d452aba326e1f4dae We assume that it could be logged to enable to `log_subrequest` as the code said https://github.com/nginx/nginx/blob/6bdfd58f2660c394306ef34fe825d2f02f5ba813/src/http/ngx_http_request.c#L2571-L2582 I had...
@mwoss Hi, I've interested in this issue. Indeed, we would be good as if we used `fmt.Formatter`. So I started this implementation, I have two questions. First, what should we...
@sboisson Thanks advice so much. I consider that HdrHistogram is more understandability about its algorithm. But we guess it is suitable the pseudo-quantile algorithm which is called by e-approximate p-Quantile...
@tzssangglass I consider that #126's user might use `require("resty.etcd.v3") .new` instead of `require("resty.etcd").new` like this. ``` location /t { content_by_lua_block { local cjson = require("cjson.safe") local etcd, err = require("resty.etcd.v3").new({...
@tzssangglass OK, I understand what you said. @findmark Which the `etcd` is referred on your configuration `require("resty.etcd")` or `require("resty.etcd.v3")` ? We could not see which it referres on your comments....