Hi All
In one of our Bitbucket plugins I use Executor Service to start worker threads. I decided to get instance through Dependency Injection. (As implementation provided by Bitbucket has better logging support, … etc). But I’m wondering if I should do shutdown for this instance when plugin is stopped/disabled.
Thanks