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

bug: regression: wrap metric calls in thread handler #1410

Closed jrconlin closed 4 years ago

jrconlin commented 4 years ago

Description

The metric calls were blocking. It was recommended that they be wrapped by a discrete thread handler.

Testing

How should reviewers test?

Issue(s)

Issue: #1408