How to configure the Java Script time out in the apigee on-premise environment.?

Not applicable

I am looking to configuring the Java Script time out for the Apigee On-Premises?

I wanted to know first, how do we come to know what is the maximum time limit for the javascript policy to be executed in the Apigee Environment regard less of each policy.

How to we configure the time limit or time out. Where do we configure it for apigee On-premises environment.

0 1 290
1 REPLY 1

I don't think there is a time limit for each JS policy.

I think the JS will timeout if the request times out.

There is a way to configure the time limit for an individual JS callout.

<Javascript name='JS-1' timeLimit='2000' >
 ...


The timeLimit attribute is specified in milliseconds.