Hello,
I do integrations that involve short times of high volume data. I at times fine the IS has threads that error out at some bottle neck point. You can have REPEAT steps in your flow service that will loop until you have the data you want. So if 100 calls are made at the same time and only 30 can go through, you can have a 3 to 5 second wait with about 5 max loop retries to help the reliability of the service calls. I do this multiple times through some flows that are heavy database users.
It won’t slow down your systems that much as if everything exists the first time, there will be no looping available. I would suggest not looping indefinitely as you may accidently not have a source system online and you may not be able to stop those threads otherwise.
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services