sbp opened a new issue, #636: URL: https://github.com/apache/tooling-trusted-releases/issues/636
We only cache a few checks, and the cache detection logic is inside the business logic of the checks. On review, I think we can do far better than this once #273 is resolved. When we know the policy inputs to checks that depend on policy, a cache lookup depends on those policy inputs and the file hash. This lookup can be performed before the check task is initiated, which would stop it from being used. This would be more helpful than it appears because task runners only perform a small number of tasks before they exit, to protect against memory leaks. -- 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]
