Hello,
I have registered a clone plug-in to copy quote and it's corresponding products. Plug-in works fine where there are nominal numbers of quote products say <30-70 but one of the quote which we have has a 150 of quote products and sync plug-in fails due to heavy load on SQL server and it throws a generic error.
I have tried registering a plug-in with async. mode to check if that works. but unfortunately plug-in fails with the same error after creating some random amount of quote products starting from 15-130 but it never reached to it's full completion. This depicts that plug-in has no error otherwise it could have failed on same quote product every time.
This seems to me a SQL server load of sync requests back to back. I need a suggestion from you expert on what could I do to avoid this issue either from SQL side or something in plugin which could be helpful optimizing. I have checked a plug-in code which is fully made using supported way with minimal execution overhead.
Your suggestions are well appreciated.
Thanks,
Hiren Solanki.
Thanks and regards,
Hiren Solanki.
Please vote or mark as a answer if it helped you.