-
[Job](https://mihubot.xyz/runtime-utils/1cec9d01720b4fd5a6b06d8e02729b56) completed in 19 minutes 54 seconds.
### Diffs
Diffs
```
Found 318 files with textual diffs.
Summary of Code Size diffs:
…
-
Extract from https://github.com/mysociety/alaveteli/pull/7602 to be able to apply to any `User` association records.
Here's a sketch.
```diff
diff --git a/app/models/user.rb b/app/models/user.r…
-
Right now, CRUD requests send to Vend occur in BULK, often StockUp hitting the RateLimiting issues.
Even though there is a configuration set to retry after 5 minutes, we should slow down the request…
-
Hello, the h2o webserver is functioning great in my environment, but I couldn't find any systems for caching nor ratelimiting.
Perhaps I missing something or are these functions not built in as of ye…
-
[Job](https://mihubot.xyz/runtime-utils/a31acb121eec40918e1f14c90f7467a5) completed in 19 minutes.
https://github.com/dotnet/runtime/pull/107116
### Diffs
Diffs
```
Found 317 files with textual di…
-
If the BitMEX exchange websocket feed disconnects too many times in a time interval and a high amount of reconnections are triggered, BitMEX will trigger rate limiting and start returning 429 "Too Man…
-
[Job](https://mihubot.xyz/runtime-utils/22f00fe2a4ec4795a05804a69384e464) completed in 19 minutes.
### Diffs
Diffs
```
Found 291 files with textual diffs.
Summary of Code Size diffs:
(Lower is b…
-
[Job](https://mihubot.xyz/runtime-utils/8aeb9792fc204fbfbd60331a03e3b7c8) completed in 19 minutes.
https://github.com/dotnet/runtime/pull/107116
### Diffs
Diffs
```
Found 291 files with textual di…
-
This is a feature request to allow toggling of automatic email confirmation emails.
The reason behind this request is that while ratelimiting on signups would be helpful, gitea.com (and other publi…
-
## Expected Behavior / New Feature
Add rate limit options for all requests in common
```json
{
"Routes": [],
"RateLimitOptions": [
{
"RouteKeys": [ "posts", "users" ],
"Cli…