Hi Ryan,
You guessed it right. Here's the restart strategy that I used.
RestartStrategy = {one_for_one, 0, 1}.
I changed it to one_for_one, 10, 1} i.e. 10 restarts in 1 sec,
and everything worked fine.
Thanks for the help.
Best Regards,
Tushar Deshpande