I have a While controller and a soap/xml-rpc request inside of it. I need to try to send this request for several times in case it doesn't work the first time, but start new thread if there are too many retries.
As I understand there must be Loop controller.
Any ideas?