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

Add new interface and method for sending command #22

Merged
merged 1 commit into from
Aug 26, 2014

Conversation

rinrinne
Copy link
Contributor

Sending command job is giving up if command cannot be sent with any
reason. It means that command would be lost if gerrit is down.

This patch adds new interface then implement it to abstract class
to raise exception if command was not sent with errors.
User can implement retry logic using this.

Sending command job is giving up if command cannot be sent with any
reason. It means that command would be lost if gerrit is down.

This patch adds new interface then implement it to abstract class
to raise exception if command was not sent with errors.
User can implement retry logic using this.
rsandell added a commit that referenced this pull request Aug 26, 2014
Add new interface and method for sending command
@rsandell rsandell merged commit 1de3abb into sonyxperiadev:master Aug 26, 2014
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.

2 participants