Request channel timeout error

Posted by Community Admin on 05-Aug-2018 16:52

Request channel timeout error

All Replies

Posted by Community Admin on 22-Jun-2011 00:00

Hi,

I have a custom module with additional custom logic in Publish method of the manager. The problem I'm facing now is sometimes my custom logic in the publish method takes longer to complete and I'm receiving the attached error. Can you tell me how to fix that? Is there a way to increase sitefinity services timeouts? I'm receving this error exactly after 1 min.

I tried changing BasicHttpBinding (sendTimeout) setting in the web.config but it did'nt resolve my issue.

Thanks,
Duneel

Posted by Community Admin on 23-Jun-2011 00:00

Hello Duneel,

It is not possible to increase the timeout value. It is set inside MessageWorkflow method of WorkflowManager that is used when you Publish an item. There is  a task for exposing a configuration for setting SendTimeout for Q2.
One minute should be enough for the service to complete the request. Check if there is some loop in your implementation or observe the service trace to see if something blocks the service .

All the best,
Ivan Dimitrov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Posted by Community Admin on 23-Jun-2011 00:00

Thread converted to this Support ticket.

Thanks,
Duneel

This thread is closed