Matteo Collina
Matteo Collina
@dependabot rebase
@fastify/typescript can you take a look? This is utterly weird.
Every single team I worked implemented some form of graceful shutdown to let the application complete ongoing requests. The majority of them implemented it wrong, causing production bugs. Therefore I...
Sure thing, go ahead!
I was extremely surprised when reading that RFC, which seems pretty clear and points at Chrome implementing the correct behavior.
> Upon further research, you may actually be encountering non-standard extensions introduced by systemd: https://www.freedesktop.org/software/systemd/man/systemd-resolved.service.html#Synthetic%20Records Chrome implements this on Mac too, it's not Systemd specific.
Would you like to help implementing it? We don't have many plans, we just updated the old module. We will be happy to review!
The two projects are very different in goals. This one is a mapping to the leveldown interface. The other is a 1-1 mapping to RocksDB.
Ideally it would be good to have something that plays well with close-with-grace: https://github.com/mcollina/close-with-grace. ```js const closeWithGrace = require('close-with-grace') // delay is the number of milliseconds for the graceful close...
The following works for me. ```sh tap --node-arg='--no-warnings' --node-arg='--experimental-loader' --node-arg='@istanbuljs/esm-loader-hook' test/*test.js ```