Hey guys. I need to update information for my million-client-stock in real time so I found DCS as a possible solution. I have successfully test loading data for a single customer through a http request, but when I need to update it for millions of customers, time to call all the urls is a problem.
Have any of you achieved calling huge amount of url using DCS? We have been trying to do it using python but still not able to do it in short periods of time.