You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by GitBox <gi...@apache.org> on 2020/04/12 17:13:54 UTC

[GitHub] [synapse] shafreenAnfar opened a new pull request #41: Add retry interval feature

shafreenAnfar opened a new pull request #41: Add retry interval feature
URL: https://github.com/apache/synapse/pull/41
 
 
   At the moment Message Processor only support one interval for both fetching messages from the store and retrying when there is a failure. But, IMO, these are two different concepts and deserve two different configurations. Therefore, this PR introduces the new retry interval as follows,
   
   ```<parameter name="retry.interval">10000</parameter>```
   
   This will allow the user to control the speed of retry when there is a failure. 
   
   Please note that after the change I have re-tested all the scenarios such as,
   
   **Out Only Scenario**
   
   - Success scenario
   - Retry scenario
   - Max delivery scenario
   - Max delivery drop scenario
   - Invoking Deactivate scenario
   
   **Response Scenario**
   
   - Success scenario
   - Retry scenario
   - Retry on application level failure scenario
   - Invoking reply sequence scenario
   - Invoking fault sequence scenario
   - Invoking deactivate sequence scenario
   - Max delivery attempt scenario
   - Max delivery drop scenario

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org