Thanks for the explanation. I’ll try it. I’m not sure whether it would help me. What happens in my case is that I have two differnet threads processing different files and one of the files get processed completely and other file does not go to completion. When I requeue the second file by itself, the file gets processed completely.
Do the parameters in one thread have to be coordinated with the parameters in the other thread?