Extension time out

Hi all,

I have a provision that I call an extension script, this script does an http request that takes 4 seconds to response. The problem is that genie always return time out, but there’s nothing wrong with the request, I tried with another end-point that takes 2 seconds and it works, there’s a MaxTimeMS?

from forum search

Thanks for answer

Hello,

I read the topic you said, the point is that I can’t decrease the time of request, and tried set GENIE_EXT_TIMEOUT in genieacs.env higher than 4000 too, but I still getting extension time out.

Do you have any other suggestion?

Did you restart the cwmp process after changing the timeout?

Yes, latter I discovery that parameter’s name is GENIEACS_EXT_TIMEOUT and I was setting as GENIE_EXT_TIMEOUT.

It works