Date: Mon, 08 Aug 2022 17:52:09 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 265708] ports-mgmt/modules2tuple: gomod-vendor hits enterprise API limits on AWS repos Message-ID: <bug-265708-7788-CiBuId3g49@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-265708-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-265708-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265708 Dave Cottlehuber <dch@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --- Comment #2 from Dave Cottlehuber <dch@freebsd.org> --- feedback from github: > The error is due to a large number of tags on the repository in=20 > question. We expect that a large number of tags is exceeding the=20 > maximum object size allowed in the internal cache, so the tags are=20 > likely being fetched from the repository; this is an expensive=20 > operation that is likely contributing to the request being timed out. > =E2=80=8B > There's very little we can do about the various timeouts and limits so=20 > we suggest instead focusing on the repository itself. The number of=20 > tags in a repository typically increases over time, but we generally=20 > recommend keeping the total number of references in a repository to a=20 > few thousand. I'd assume some existing tags may no longer be required,=20 > so it will be great to clean them up. Reducing the number of tags to=20 > 2,000 or less is likely to yield the best results. there we go! I don't see anything we can do further here, and Dmitri already provided a neat improvement to the port I originally ran into this issue, so closing. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265708-7788-CiBuId3g49>