You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the ForEach activity in the pipeline "03-Child" triggers all worker pipelines in a given stage at once, in parallel. I had a source system (API) which returned me error related to exceeded limit of requests from multiple worker pipelines trying to query that API.
There is a "Sequential" setting in ForEach activity, which could be parameterised per Batch. Likely, a new field would be required in Stages table, and a new SP and Lookup would be required for getting that value into the pipeline 03-Child.
The text was updated successfully, but these errors were encountered:
Currently, the ForEach activity in the pipeline "03-Child" triggers all worker pipelines in a given stage at once, in parallel. I had a source system (API) which returned me error related to exceeded limit of requests from multiple worker pipelines trying to query that API.
There is a "Sequential" setting in ForEach activity, which could be parameterised per Batch. Likely, a new field would be required in Stages table, and a new SP and Lookup would be required for getting that value into the pipeline 03-Child.
The text was updated successfully, but these errors were encountered: