arcade-services icon indicating copy to clipboard operation
arcade-services copied to clipboard

Implement e-tag usage in Github requests

Open adamzip opened this issue 6 months ago • 0 comments

As investigated in #4635, there are several github resources that make good candidates for eTag usage in our codebase. By caching those resources in redis and storing their eTag values, our github-facing interface can serve fresh copies of those resources while optimizing for rate-limiting and speed in cases where the resources were not modified since they were last accessed.

adamzip avatar Jul 20 '25 16:07 adamzip