GWME-7.1.1-7 - Update RAPID library timeout for REST queries

compared with
Current by NotSupportContact-Mark Carey
on Mar 01, 2017 13:53.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History
h1. Problem

The RAPID perl module is used for a number of components that talk to our REST API. It is also used in some customer code as well. Some REST calls are by nature expensive and take longer than the default timeout in the RAPID library. When this happens the client code would abort the session and make the call again. In some cases this the number of aborted connection could cause the REST service to become unavailable affecting all applications trying to use the API. This issue was tracked in: GWMON-12899 in GWMON-12899.

h1. Solution