chibenwa opened a new pull request, #3009: URL: https://github.com/apache/james-project/pull/3009
Methodology: analysing a flame graph with Claude, it mistakenly wanted to analyse why "Proxy handler takes so much time" (normal as it wraps other handlers that actually do job!). While irrelevant it raised the point of a `.block` on the event loop that IMMEDIATLY triggered me! This fix runs the checks asynchronously and uses callbacks to trigger the rest of the pipeline -- 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]
