Failover never retries failed endpoints
---------------------------------------

                 Key: SYNAPSE-89
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-89
             Project: Synapse
          Issue Type: Improvement
    Affects Versions: 1.0
            Reporter: Paul Fremantle
             Fix For: 1.1


Failover does not ever retry failed endpoints.

This can lead to problems in real-life scenarios. For example, imagine there is 
a 5 second network outage. Synapse fails all endpoints, and never retries them, 
so I need to reboot Synapse to get my endpoints back online.

The failover endpoint should have a retry timeout for failed endpoints. After 
that time it should retry them. Even better would be an exponential backoff on 
retries. So for example, after 1 minute it retries. If that fails it waits 2, 
then 4, then 8, etc.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to