Aleksandr Guidrevitch

Results 4 issues of Aleksandr Guidrevitch

I'm using the following setup ``` location ~ /purge(.*) { selective_cache_purge_query "$1"; } location ~ /mpurge { content_by_lua_block { local res = ngx.location.capture("/purge/*") ngx.print(res.status) ngx.print(res.body) return } } ``` It...

## Bug Description I hit the issue when I create systemd service and set memory limit as LimitAS=6G. node 18 ``` TypeError: fetch failed at Object.processResponse (node:internal/deps/undici/undici:6406:34) at node:internal/deps/undici/undici:6727:42 at...

bug
Status: help-wanted

This fix is definitely needed to make mongoosejs work with 0.3.0 and asyncronous post middlewares. It fixes callbacks (adds proper arguments). Thank you

**Summary** The PR fixes unhandled rejections which happen in setTimeout(checkForQuiet). It is a bugfix. When target page gets closed during waitForCPUIdle, lighthouse crashes.