sbp commented on issue #926: URL: https://github.com/apache/tooling-trusted-releases/issues/926#issuecomment-4112046520
@hboutemy Thanks for this. I notice that a JWT is being created for every file that's uploaded. JWT creation is rate limited to 10 per hour in ATR, because its JWTs last 30 minutes (if the PAT hasn't been revoked). The limit is likely to be reached if a JWT is not reused. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
