Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.10.3 - Repeatedly Rumbling Ratelimiter source code.tar.gz | 2025-03-02 | 29.9 MB | |
0.10.3 - Repeatedly Rumbling Ratelimiter source code.zip | 2025-03-02 | 30.0 MB | |
README.md | 2025-03-02 | 654 Bytes | |
Totals: 3 Items | 59.9 MB | 0 |
This hotfix fixes three small bugs with the ratelimiter:
- The ratelimiter would sometimes crash when the connection errored out
due to matching on an explicit crash reason whilst
:gun
explicitly advises us not to. Thanks to Brandt for the fix. - When a request to an endpoint with unknown ratelimit information (that is, the initial request) would crash due to a connection error, both the original request and repeated requests to said endpoint would hang forever. These requests are now retried after one second.
- The same case as in 2. could happen if we hit a 429. These requests are now retried after five seconds