Question
How to configure response timeout on dispatcher?
Hi,
We have requirement for showing custom error page to the end-users in case CQ5 is not able process the request and render the response within a defined time period (Http errorcode: 504). We tried the configuring the receiveTimeout parameter on dispatcher. PFB configuration snippet for the same:
/renders
{
/cqpub1
{
/hostname "XX.XXX.XX.XX"
/port "4503"
/timeout 10
/receiveTimeout 3
}
}
Our CQ5 config is as follows:
CQ Version : 5.4
Dispatcher version : 2.2
However, we were not able to reproduce the Error code : 504. Has anyone faced a similar issue before?
would appreciate any help in this regard?
-Namit