netius icon indicating copy to clipboard operation
netius copied to clipboard

Failover on proxy server

Open joamag opened this issue 8 years ago • 0 comments

Description

It's important to be able to handle a fallback process when a back-end server is not available. Our current proxy solutions does not handle the unavailability of the back-end server on a proper way.

Solution

Proper solution would imply

  • Constant "ping" of the back-end server
  • Marking the back-end server as not available
  • Not redirecting request to the unavailable services

joamag avatar Jan 16 '18 11:01 joamag