mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Initial commit for rate limiting - Detects if error code is 429 - Pauses for random time between .5 and 5 seconds before retrying - If it fails 10 times, give up and tell user * Redo structure of request() to support rate limiting * Hold down timer is now a sliding scale - 3 * number of retries - Fails after the 30 second wait * Whitespace fixes * Redo implementation using decorators - Errors aren't tested but code works for regular calls * Unit tests work for error handling * Add integration tests for successful retries * Add condition for 502 errors and retry * Move _error_report out of the class * PEP8 fixes * Add changelog entry |
6 years ago | |
|---|---|---|
| .. | ||
| acme | 6 years ago | |
| aws | 7 years ago | |
| basic | 6 years ago | |
| cloud | 7 years ago | |
| common | 6 years ago | |
| docker | 6 years ago | |
| ec2 | 7 years ago | |
| facts | 6 years ago | |
| gcp | 6 years ago | |
| hwc | 6 years ago | |
| json_utils | 6 years ago | |
| net_tools | 6 years ago | |
| network | 6 years ago | |
| parsing | 9 years ago | |
| postgresql | 7 years ago | |
| remote_management | 7 years ago | |
| urls | 6 years ago | |
| xenserver | 6 years ago | |
| __init__.py | 9 years ago | |
| conftest.py | 7 years ago | |
| test_database.py | 7 years ago | |
| test_distribution_version.py | 7 years ago | |
| test_distro.py | 7 years ago | |
| test_hetzner.py | 7 years ago | |
| test_known_hosts.py | 6 years ago | |
| test_kubevirt.py | 7 years ago | |
| test_netapp.py | 6 years ago | |
| test_text.py | 8 years ago | |
| test_utm_utils.py | 7 years ago | |
| test_vmware.py | 6 years ago | |