You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/03 18:14:37 UTC

[GitHub] bjustin-ibm opened a new pull request #209: exponential backoff on trigger fire retry

bjustin-ibm opened a new pull request #209: exponential backoff on trigger fire retry
URL: https://github.com/apache/incubator-openwhisk-package-kafka/pull/209
 
 
   Resolves #207 
   
   With this algorithm, there are 6 retry attempts with a delay of `2^x` seconds between attempts. This has the following effects:
   - Retries initially happen quickly
   - Total possible retry length (from first failure to last attempt) is extended to 126 seconds
   - The last retry delay is 64 seconds which will ensure that the 60 second rolling throttle window has passed between the last two attempts
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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