I just ran a test to see how this new feature works, but I am still getting quota exceeded errors. Maybe the auto slow down logic is not slowing down fast enough? I would expect that after the fir...
Do I need to adjust any settings to take advantage of this new update? It sounds as if it just detects quota exceeded errors and backs off requests until no more errors are encountered.
Thanks Scott. If customers want to use the same naming convention as integration apps for consistency, then I think allowing custom integrations to also be able to add tags would be a useful featur...
Aha! Both my export and my lookup use the same credentials for the SP-API but they are essentially hitting two different APIs with different rate limits. I will create dedicated connections for exp...
Kathayana, Thank you for the material. I have read some of those already, I will read the ones haven't already, and re-read those that I have to help my understanding of the process.
Scott, thanks for reminding me that the concurrency for the export is also used to communicate the result set to the lookup/import steps. Why is the 1 concurrency not just toggled between api calls...
I am running a flow that exports data from the amazon sp-api. Each api request returns 100 orders, I have set the integrator.io page size for the export to be 1000 orders. It appears as if my flow ...
These two sql statements work fine without the branch if I execute one step after the other.
I retried creating the branched flow below: The export checks for data in the stage table. The two branches should insert into a history table (using sql) and also merge into a merge table (using ...
Thank you, I will retry this.