Governance Management Capabilities
Many cloud based systems are implementing a governance systems on their Web Service APIs. Many are based on X calls per Y minutes, while others implement a X calls per 24 hours.
Here is the documentation for Dynamics 365 Customer Engagement: https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/api-limits
SmartConnect runs as fast as possible, which on a larger data set or data migrations could exceed governance limit.
Implementing a throttle to set the max number of transactions per X seconds would allow SmartConnect to avoid hitting the governance limit.
Here is the documentation for Dynamics 365 Customer Engagement: https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/api-limits
SmartConnect runs as fast as possible, which on a larger data set or data migrations could exceed governance limit.
Implementing a throttle to set the max number of transactions per X seconds would allow SmartConnect to avoid hitting the governance limit.