Hi Team
I have implemented multithreading in D365 Finance for one of the process, but looks like the process is running approx for more than 10 thousand records - it means my code is creating 1 Batch job with 10,000+ tasks in it.
Does this sound okay ? Because I see that batch job gets stuck and taking more than 2-3 hours to process the records.
Do you suggest to create multiple batch job header and add task (by dividing number of tasks as per the record count) ??
Please provide your valuable suggestions...
Thank you!