assignUser commented on PR #15186: URL: https://github.com/apache/arrow/pull/15186#issuecomment-1371569344
Hmm... the sha is probably not the issue. Not sure if the default `GITHUB_TOKEN` is picked up or not? If not that is probably the issue as unauthenticated api access has a strict 50 calls/h limit **per IP** so if some other api calls are made from the same IP that limit is reached quickly. Explicit authentication via `GITHUB_TOKEN` should avoid this. (or usign the web based url vs the api but that would porbably defeat the purpose here :D) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
