diff --git a/changelogs/fragments/74240-ansible-galaxy-increase-pagesize-and-handle-throttling.yml b/changelogs/fragments/74240-ansible-galaxy-increase-pagesize-and-handle-throttling.yml new file mode 100644 index 00000000000..28edf4dfb4f --- /dev/null +++ b/changelogs/fragments/74240-ansible-galaxy-increase-pagesize-and-handle-throttling.yml @@ -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)