Skip to content

Commit

Permalink
Update the documents
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Aug 13, 2021
1 parent 75da7bd commit 69850b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs-src/web/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,9 @@ Here's a very basic example of how one might deal with rate limited requests.
# other errors
raise e
See the documentation on `Rate Limiting <https://api.slack.com/docs/rate-limits>`_ for more info.
Since v3.9.0, the built-in ``RateLimitErrorRetryHandler`` is available as an easier way to do the retries for rate limited errors. Refer to the RetryHandler section in this page for more details.

To learn the Slack rate limits in general, see the documentation on `Rate Limiting <https://api.slack.com/docs/rate-limits>`_.

--------

Expand Down
Loading

0 comments on commit 69850b1

Please sign in to comment.