ansible/changelogs/fragments/74240-ansible-galaxy-increase-pagesize-and-handle-throttling.yml
2021-05-17 16:31:13 -04:00

6 lines
292 B
YAML

bugfixes:
- >-
Improve resilience of ``ansible-galaxy collection`` by increasing the page
size to make fewer requests overall and retrying queries with a jittered
exponential backoff when rate limiting HTTP codes (520 and 429) occur.
(https://github.com/ansible/ansible/issues/74191)