alexkvak / teamcity-slack

TeamCity Slack plugin
MIT License
124 stars 23 forks source link

Plugin loads full build history causing memory issues in teamcity #111

Closed nklprkh6 closed 4 years ago

nklprkh6 commented 4 years ago

This slack-plugin seems loading the full build history. Given the size of our installation, this build history is becomes pretty large, and that's what makes the threads take over 40 minutes to process and load so much information into memory, leading to the memory outage on teamcity server. As per JetBrains support, the issue seems to be following line:

https://github.com/alexkvak/teamcity-slack/blob/master/slackIntegration-server/src/main/scala/com/fpd/teamcity/slack/controllers/BuildSettingsTry.scala#L68

alexkvak commented 4 years ago

@nklprkh6 thanks for detailed report!

Could you try with the new plugin version?