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

reduce potential UAID churn from bug 1621756 #1372

Open jrconlin opened 4 years ago

jrconlin commented 4 years ago

Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1621756 will cause devices that do not have channels to reset their UAID on session end. We currently write to the database on a new user connection and initial UAID assignment. We should no longer do that.

jrconlin commented 4 years ago

We should also add back the expiry TTL for webpush routers (this should keep mobile connected.)