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
This is going to be tricky because recursion is used when the secondary rate limit is hit. Typically, the response's headers include a time to wait if the secondary rate limit is hit. If the primary rate limit is hit, we just need to fail fast (with non-zero exit code).
This is going to be tricky because recursion is used when the secondary rate limit is hit. Typically, the response's headers include a time to wait if the secondary rate limit is hit. If the primary rate limit is hit, we just need to fail fast (with non-zero exit code).
Tip
See rust-async book on how to write recursive
async
functions.The text was updated successfully, but these errors were encountered: