You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bots currently edit at full speed until the lag reaches 5 seconds. They should instead slow down as the lag rises. We need to introduce a continuous throttling mechanism in WTDK.
The text was updated successfully, but these errors were encountered:
Looking at the phabricator task, we could simply expect that throttling is going to be handled server-side, so we should just make sure we handle 429 status codes and retry-after headers appropriately (suggested by @tfmorris in OpenRefine/OpenRefine#2304).
Background: https://phabricator.wikimedia.org/T240442
Bots currently edit at full speed until the lag reaches 5 seconds. They should instead slow down as the lag rises. We need to introduce a continuous throttling mechanism in WTDK.
The text was updated successfully, but these errors were encountered: