mozilla-services / autopush

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

Improve APNS connection reaping #1404

Open jrconlin opened 4 years ago

jrconlin commented 4 years ago

The APNS connection reaper currently uses a simple thread clock to look for potential expired candidates. That should be good enough for most cases, but we may want to use something a bit more directed and efficient.