mozilla-services / autopush

Python Web Push Server used by Mozilla
https://autopush.readthedocs.io/
Mozilla Public License 2.0
215 stars 34 forks source link

Add connection timeouts for HTTP2 connections to APNs #1393

Open jrconlin opened 4 years ago

jrconlin commented 4 years ago

We're seeing increased connection errors after 7 days. Current theory is that our servers aren't disconnecting during idle and that's being tagged as abusive. Need to add in a reaper for idle hyper connections.

This is currently impacting iOS service.