nikitoo0os commented on PR #5432:
URL: https://github.com/apache/fineract/pull/5432#issuecomment-5072300161

   Moving from SimpleAsyncTaskExecutor to a bounded ThreadPoolTaskExecutor 
solves the unbounded thread creation problem, but it also introduces another 
operational question: what is currently queued, running, rejected or stuck 
inside that pool?
   
   I built GhostWork to provide task-level lifecycle visibility for Java and 
Spring executors:
   
   https://github.com/nikitoo0os/ghostwork
   
   It can complement the bounded executor configuration by exposing queue time, 
execution time, failures, cancellations and stuck tasks.


-- 
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]

Reply via email to