You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2021/06/28 09:32:26 UTC

[GitHub] [james-project] chibenwa commented on pull request #513: JAMES-3604 Use publish confirm

chibenwa commented on pull request #513:
URL: https://github.com/apache/james-project/pull/513#issuecomment-869530856


   ## Before 
   
   RabbitMQ uses 2.6% of CPU, we notice active channel creation and a lot of time is spent doing `confirmSelect`.
   
   ![Screenshot from 2021-06-28 16-28-21](https://user-images.githubusercontent.com/6928740/123614031-270a1700-d82e-11eb-8632-ba8ebcf90b71.png)
   
   ## After the last 2 commits
   
   We no longer close the connection for nothing and publishConfirms are activated once, and RabbitMQ CPU is down to 2%.
   
   ![Uploading Screenshot from 2021-06-28 16-31-40.png…]()
   


-- 
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: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org