Matthieu Bacconnier

Results 77 comments of Matthieu Bacconnier

That makes sense! I've investigated a little more, and I'm seeing the flag added to some contacts, not the bulk of them. I guess that could be a good first...

I can send something! I just wanted to check with you first if this was something you had considered before.

Hi @josegonzalez, just checking on this PR status. Do you have concerns with this approach? If you just need more time to get to it, it's fine, just want to...

> https://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive shows clearing the Connection header in association with setting keepalive It turns out the default nginx sigil has proxy_set_header Connection $http_connection;, which echoes back the value of the...

Updated link on Heroku's side: https://devcenter.heroku.com/articles/dyno-shutdown-behavior#graceful-shutdown-example

`node --watch` is not an experimental feature anymore, but the bug remains. Using `useWorkerThreads: true` to switch to Worker Threads instead of spawned workers can help here.