td
td copied to clipboard
client: improve FLOOD_WAIT handling
Currently in most cases FLOOD_WAIT handling is user responsibility. However, it is not convenient.
We can implement some sort of invoker wrapper:
- Separate flood-waits per request/scope?
- Automatic retries (at least one time)?
- Way to provide user a signal about flood_wait
This is pretty hard to get right, because ideally there should be some kind of queue of requests (say scheduler).
Related: #271
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.