ACR Rules

  1. Home
  2. Docs
  3. ACR Rules
  4. Reliability (41)
  5. REST/Web services should have a timeout

REST/Web services should have a timeout

This rule checks if all webservice based interfaces use the timeout mechanism.
Not using the timeout mechanism when integrating with another system can cause your users to wait extremely long. Especially when you are integrating with multiple services sequentially in one user’ request.