deltachat / notifiers

Notify devices
Apache License 2.0
6 stars 0 forks source link

Parallelize notification sending #14

Closed link2xt closed 7 months ago

link2xt commented 9 months ago

This is much faster but hits ratelimits, Apple starts sending GOAWAY frames and then closes the connection so we get "broken pipe" before notifying everyone. We should probably ratelimit ourselves then or react to HTTP errors by waiting for some exponential backoff.

link2xt commented 7 months ago

Replaced with #30