Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-12 | Change Web Push API deliveries to use request pooling (#16014) | Eugen Rochko | |
2019-09-13 | Fix web push subscriptions being deleted on rate limit or timeout (#11826) | Eugen Rochko | |
2019-07-12 | Change the retry limit in error of web push notification (#11292) | han@highemelry | |
- Change the maximum count of retry for web push notification (Default -> 5). - In case of high load of subscribe server, the retries will be repeated many times. - Because the retries occupy the default queue, maximum retry count should be reduced. | |||
2018-12-17 | Do no retry web push workers if the server returns a 4xx response (#9434) | Eugen Rochko | |
Add timeout of 10s to web push requests | |||
2018-05-11 | Add REST API for Web Push Notifications subscriptions (#7445) | Eugen Rochko | |
- POST /api/v1/push/subscription - PUT /api/v1/push/subscription - DELETE /api/v1/push/subscription - New OAuth scope: "push" (required for the above methods) |