I have a web hook set up to run when a check-in occurs to call a WCF service and promote the checkedin code to Dynamics CRM. The process to import the code and publish in CRM takes 2-10 minutes depending on number of changes, and current system load. My
problem is that while the service is finishing successfully the Web Hook is reporting Error after a minute. I am assuming that this is because there is a timeout somewhere on the service hook, but I am not sure how to get around this, or update it. Any thoughts/suggestions?
↧