Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/failsafe retry : Exponential backoff based retry mechanism for assignment export #240

Merged
merged 3 commits into from
May 12, 2017

Conversation

abhishekjain88
Copy link
Contributor

No description provided.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.05%) to 75.86% when pulling 298b309 on feature/failsafe-retry into 8d27e62 on develop.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.05%) to 75.853% when pulling b909e8f on feature/failsafe-retry into 8d27e62 on develop.

@@ -93,4 +93,34 @@ public Boolean useProxy() {
public int getRetries() {
return Integer.parseInt((String) properties.get("export.rest.retries"));
}

/**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job with Javadoc here! 👍

@@ -17,11 +17,13 @@

import com.google.inject.Inject;
import com.intuit.wasabi.export.rest.RestEndPoint;
import net.jodah.failsafe.RetryPolicy;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome to reuse an existing open source library for this use case!

Copy link
Member

@iizrailevsky iizrailevsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job incorporating an existing open source library! 👍 :shipit:

@jcwuzoegiver
Copy link
Contributor

@abhishekjain88 Looks good! Is it being used by wasabi-intuit's Trinity and Omniture?

@abhishekjain88
Copy link
Contributor Author

@jcwuzoegiver Yes, exactly. There is a corresponding PR in wasabi-intuit.

@abhishekjain88 abhishekjain88 merged commit 7c59a33 into develop May 12, 2017
@abhishekjain88 abhishekjain88 deleted the feature/failsafe-retry branch May 12, 2017 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants