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

retries on vhost level #641

Merged
merged 5 commits into from
Mar 29, 2019
Merged

retries on vhost level #641

merged 5 commits into from
Mar 29, 2019

Conversation

yuval-k
Copy link
Member

@yuval-k yuval-k commented Mar 28, 2019

BOT NOTES:
resolves #641

@soloio-bot
Copy link

Issues linked to changelog:
#641

}))
}, out)
Expect(err).NotTo(HaveOccurred())
Expect(out.RetryPolicy).NotTo(BeNil())

Choose a reason for hiding this comment

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

Nit: I think this first nil check is redundant

NumRetries: 5,
PerTryTimeout: &t,
},
Retries: retryPolicy,
},
}, out)
Expect(err).NotTo(HaveOccurred())
Expect(routeAction.RetryPolicy).NotTo(BeNil())

Choose a reason for hiding this comment

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

Same here

@soloio-bulldozer soloio-bulldozer bot merged commit 13c4566 into master Mar 29, 2019
@soloio-bulldozer soloio-bulldozer bot deleted the retry-vhost branch March 29, 2019 14:28
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.

3 participants