How many requests(API hits) can PDS handle at a time to fetch the data.
We are running ETL jobs where we pull data from PDS APIs. Right now, we are trying to fetch data for around 80 tables at the same time by calling the APIs in parallel. Because of this, we are facing issues while retrieving the data. We want to understand what the maximum number of API calls PDS can handle at one time so that the data fetch runs smoothly without errors.
0