You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "Steve Blackmon (JIRA)" <ji...@apache.org> on 2017/04/10 18:21:41 UTC

[jira] [Created] (JUNEAU-42) More powerful RetryOn interface

Steve Blackmon created JUNEAU-42:
------------------------------------

             Summary: More powerful RetryOn interface
                 Key: JUNEAU-42
                 URL: https://issues.apache.org/jira/browse/JUNEAU-42
             Project: Juneau
          Issue Type: Improvement
            Reporter: Steve Blackmon


when working with twitter, we need to make a decision about whether to retry based on the response string entity as well as the response code.

additionally, the decision about whether the retry depends on how many times that specific endpoint has been called, so there is state across attempts linked to the request details.

ideally, add the full set of parameters and headers (the RestCall?) and response headers and entity bytes as context that can be accessed when implementing RetryOn.





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)