Add changelog for ansible-galaxy improvements (#74738)

Changelog for #74240
This commit is contained in:
Sloane Hertel 2021-05-17 16:31:13 -04:00 committed by GitHub
parent 5333e4138c
commit 9cfedcd9c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,6 @@
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)