summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSloane Hertel <19572925+s-hertel@users.noreply.github.com>2021-05-17 17:04:03 -0400
committerGitHub <noreply@github.com>2021-05-17 16:04:03 -0500
commit892f0bf644ea631640590bb1ec063a7b60b7cbbd (patch)
treefbd45b43a7b1bc7271734232a04bc701e3659fc2 /changelogs
parentb5f13e5f28bfd129556312b1a674f0edcfdc1bd5 (diff)
downloadansible-892f0bf644ea631640590bb1ec063a7b60b7cbbd.tar.gz
Add changelog for ansible-galaxy improvements (#74738) (#74739)
Changelog for #74240 (cherry picked from commit 9cfedcd9c911f994f830d494739a6bfe4de1b080)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/74240-ansible-galaxy-increase-pagesize-and-handle-throttling.yml6
1 files changed, 6 insertions, 0 deletions
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 0000000000..28edf4dfb4
--- /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)