Skip to content

Commit

Permalink
Merge pull request chocolatey#1122 from Windos/fix-excessive-usage-links
Browse files Browse the repository at this point in the history
  • Loading branch information
st3phhays authored Jan 21, 2025
2 parents 1cd84aa + 7263f3f commit a70750f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ If you are not able to take advantage of <Xref title="internalizing" value="reco
Caching doesn't make the packages you are using from the community repository any more reliable, they may still need to download things from the internet at runtime - but it doesn't put you in a worse place than you already are at because you are already using the community repository directly which has issues identified in this document. If you want to achieve reliability when reusing community packages, you would need to <Xref title="internalize packages" value="recompile-packages" />.
</Callout>

For caching of packages, something can be quickly implemented in 15-30 minutes to get your organization unblocked (and avoid rate limiting) while you look into implementing the rest of the <Xref title="organizational deployment guide" value="organizational-deployment-guide" /> (which takes about 1-2 hours). With 15-30 minutes, you can implement a <Xref title="Proxy Repository](https://help.sonatype.com/repomanager3/.net-package-repositories-with-nuget) including the install of a [Nexus Repository Manager v3](https://community.chocolatey.org/packages/nexus-repository) (or [NXRM v2](https://community.chocolatey.org/packages/nexus-oss)) which automatically caches (but does not [internalize" value="recompile-packages" />) packages from the community repository (`https://community.chocolatey.org/api/v2`). This provides the same experience you get in using the community repository now but with more availability and no rate limiting!
For caching of packages, something can be quickly implemented in 15-30 minutes to get your organization unblocked (and avoid rate limiting) while you look into implementing the rest of the <Xref title="organizational deployment guide" value="organizational-deployment-guide" /> (which takes about 1-2 hours). With 15-30 minutes, you can implement a [Proxy Repository](https://help.sonatype.com/repomanager3/.net-package-repositories-with-nuget) including the install of a [Nexus Repository Manager v3](https://community.chocolatey.org/packages/nexus-repository) (or [NXRM v2](https://community.chocolatey.org/packages/nexus-oss)) which automatically caches (but does not <Xref title="internalize" value="recompile-packages" />) packages from the community repository (`https://community.chocolatey.org/api/v2`). This provides the same experience you get in using the community repository now but with more availability and no rate limiting!

### What To Do When You Are Blocked For Excessive Use

Expand Down

0 comments on commit a70750f

Please sign in to comment.