Hi All
we have used data action in reactive application. Module level timeout is 10 we don't want to change module level timeout because if u change module level time out it will be applicable for whole application but if we change the timeout for particular action then it is reflecting in the architecture dashboard "Long Server Request Timeout".
how to resolve this warning.my data action is taking time to get the from database more than 10 seconds.in data action i have only one advance sql and it is taking time.
Hi Arkyadeep,
any chance to improve the advanced sql? Limiting results? Applying proper indexes?
Otherwise I don't see how you can overcome a slow sql with a short timeout.
Regards
Let me check one more time.i will inform you
any update on this issue?