Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.
Acceptance criteria
- Spring’s TaskExecutors are used in the above listed batch jobs
- The TaskExecutors are configurable via regular properties and environment variables
Attachments
Issue Links
- is a child of
-
FINERACT-1874 Release Apache Fineract 1.9.0
- In Progress
- links to