Reputation: 11
what is the APIGee target URL default timeout ? I am seeing 404 after 10 secs on my services and what is the way to change default time outs
Upvotes: 1
Views: 3319
Reputation: 1990
404s generally indicate that your URL is incorrect -- this means that the resource was not found, not that the backend timed out.
The target timeouts can be modified using TargetEndpoint/HTTPTargetConnection, as shown in the following image:
The arrow shows where you click to see the entire TargetEndpoint configuration. Update the properties as shown for the connect and I/O timeouts (number of milliseconds). The defaults are shown (connect default is 1 minute and I/O defaults to 2 minutes).
Check out the Apigee docs on Endpoint Configuration for more info.
Upvotes: 2