Norbert Táskai created FINERACT-1941:
----------------------------------------
Summary: Dangling executors in batch jobs
Key: FINERACT-1941
URL: https://issues.apache.org/jira/browse/FINERACT-1941
Project: Apache Fineract
Issue Type: Bug
Reporter: Norbert Táskai
The following batch jobs have dangling task executors created without properly
managing their lifecycle:
* SendMessageToSmsGatewayTasklet
* SmsMessageScheduledJobServiceImpl
* RecalculateInterestForLoanTasklet
* PostInterestForSavingTasklet
The *goal* of the story is to get rid of the Executors.newXYExecutor calls and
replace them with properly initialized/destroyed Spring based task executors.
{panel}
{panel}
{panel}
*Acceptance criteria*
* Spring’s TaskExecutors are used in the above listed batch jobs
* The TaskExecutors are configurable via regular properties and environment
variables
{panel}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)