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

Improve connection APNS reaping. #1403

Closed jrconlin closed 4 years ago

jrconlin commented 4 years ago

APNS currently has default values for the forced connection reaping: (max_retry=2, conn_ttl=30, reap_sleep=60)

We may want to add these as configuration settings for the APNS config block, which will require adding a non-cert related config block entry (or breaking them out into their own config section).