securitybot
securitybot copied to clipboard
Support pagination of get_users and add retries if rate limited
Re-opening this PR now that it's working as intended in our environment. Also made some of the initial pep8 formatting. :-]
This PR will:
- Paginate fetching of users in
get_users - Retry requests every 10s for 1 minute in case rate limits are hit, which will happen when paginating users.