diff --git a/docs/docs/using-pants/remote-caching-and-execution/remote-caching.mdx b/docs/docs/using-pants/remote-caching-and-execution/remote-caching.mdx index 5c2e42d30bb..eb604b2cdda 100644 --- a/docs/docs/using-pants/remote-caching-and-execution/remote-caching.mdx +++ b/docs/docs/using-pants/remote-caching-and-execution/remote-caching.mdx @@ -42,7 +42,9 @@ If the endpoint is using TLS, then the `remote_store_address` option would be sp GitHub Actions provides a built-in caching service which Pants supports using for sharing caches across GitHub Actions runs (not with machines outside of GitHub Actions). It is typically used via the `actions/cache` action to cache whole directories and files, but Pants can use the same functionality for fine-grained caching. :::caution GitHub Actions Cache support is still experimental -Support for this cache provider is still under development, with more refinement required. Please [let us know](/community/getting-help) if you use it and encounter errors or warnings. +Support for this cache provider is still under development, with more refinement required. Pants' fine-grained caching makes for many requests, and thus [often hits rate limit errors](https://github.com/pantsbuild/pants/issues/20133). + +Please [let us know](/community/getting-help) if you use it and encounter errors or warnings. ::: ### Workflow