[twitter] implement '"ratelimit": "abort:N"' (#5251 #8864)

This commit is contained in:
Mike Fährmann
2026-01-23 19:54:28 +01:00
parent be9b4cf24f
commit e93cfa3348
2 changed files with 23 additions and 6 deletions

View File

@@ -6472,6 +6472,9 @@ Description
``"abort"``
Raise an error and stop extraction
``"abort:N"``
Raise an error and stop extraction
after waiting ``N`` times until rate limit reset
``"wait"``
Wait until rate limit reset
``"wait:N"``