googlejavaformat-action icon indicating copy to clipboard operation
googlejavaformat-action copied to clipboard

Probable rate limiting issue for enterprise runners

Open RPCMoritz opened this issue 2 years ago • 2 comments

Hey, I'd like to point out that the rationale for adding a Github token to the MacOS-runners on github.com also applies to enterprise runners. There, usually entire servers farms run behind a handful of public IPs which then get flagged quickly by Github as exceeding their allocated rate.

Sadly, the error message doesn't really help me with understanding whether that's the case, but the observed behavior matches rate limiting perfectly:

Run axel-op/googlejavaformat-action@v3
Version of JDK: 11
Downloading Google Java Format
Error: TypeError: Cannot read properties of undefined (reading 'find')

I will contribute a short note on the doc, but would like to encourage someone to look into the error handling for this particular recurring issue :)

RPCMoritz avatar Jan 26 '23 19:01 RPCMoritz

Alternatively: It would be nice to be able to refer to custom repositories for the download.

RPCMoritz avatar Jan 26 '23 20:01 RPCMoritz

Re-opening this while the error message is not clarified.

axel-op avatar May 20 '23 20:05 axel-op