We are facing a strange issue where even after creating multi-threaded batch job with multiple sub-tasks and all starting to executing at the same time, but for some reason these tasks end at different instances even though most of them are having similar data.
We tried to explicitly set Batch group to "High priority", however due to multi-threading tasks not executing at the same time, it is defeating the purpose entirely.
Is there something that we are missing?