Hi,
I have a synchronous plugin registered on a create of custom entity.That custom entity record gets created from other external system(they are connecting to CRM organization service and creating record. This record holds a json string ). Once the above record gets created, my plugin gets triggerred and read through json object and updates opportunities.
The whole above mentioned process works perfectly fine in DEV. But in UAT it's throwing plugin 2 mints max time out error. The json string has 1200 records ( i don't think it's big number). Also, when I just push a json string having 1 record to UAT, it works fine.
My doubt is , why UAT instance getting time out ? why not in DEV ? Why UAT organization service responding very slowly ?
Can I increase plugin time out using ( crmServiceProxy.Timeout = new TimeSpan(0, 5, 0) ) ? The only other option I have is custom workflow ? Does the custom work works fine in Online version without any time out issue ?
Thanks In advance !!
*This post is locked for comments