Hi guys,
Do you happen to be aware of all the plugin execution limitations? The only one I know is the 2 minute timeout limit.
In our current project, client-server messaging is implemented in an old-fashioned way:
Same thing applies to another plugin which is registered for retrieve message: on the fly sets value to a field as the entity is retrieved.
The reason for not using custom actions is that the client component is running within Channel Integration Framework's iframe and CIF API doesn't expose any such method.
https://learn.microsoft.com/en-us/dynamics365/customer-service/channel-integration-framework/v2/reference/microsoft-ciframework-v2
As I have been stress-testing the environment, I noticed some errors:
The total number of simultanous users will be around 600. Now I have 15 test accounts. Trying to simulate real-life workload by programmatically sending requests, but since I have only 15 user accounts, waiting time between requests of an individual user is shorter than it will be in production.
So the question is: what kind of limitations do the two errors above mean in practice?
Hello,
You can read here about API limits: github.com/.../api-limits.md
Also: Do not use parallel execution within plug-ins -- learn.microsoft.com/.../do-not-use-parallel-execution-in-plug-ins
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156