Latency in google web push GCM responses after january 2019
Categories
(Other Applications :: CCK, defect)
Tracking
(Not tracked)
People
(Reporter: reza, Assigned: mkaply)
Details
Attachments
(1 file)
212.17 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Safari/537.36
Steps to reproduce:
- make some blocks of tokens that include 1000 tokens
- send request to GCM for each of tokens by foreach
- monitor request response
Actual results:
We use the https://github.com/web-push-libs/web-push package. We divide all tokens into groups of 1000 and send web push by sending a post request to GCM for each token with foreach loop. The system is working smoothly for about two years. But the response timeles have been prolonged on the GCM side for about 1 month. As a result of the detailed debuging, the encryption (AuthToken and p256PH) and sending GCM request processes are completed in 3 seconds for all 1000 tokens. But their responces are coming late from GCM side. Therefore, the pushing time has increased and we are experiencing timeout problems.
Expected results:
each request response time should be 4 seconds
Assignee | ||
Comment 1•6 years ago
|
||
This is a Google problem. not a Mozilla problem.
Description
•