-
Notifications
You must be signed in to change notification settings - Fork 363
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
feat(translator): Implement Retry in BTP #2678
Conversation
Signed-off-by: Guy Daich <guy.daich@sap.com>
Signed-off-by: Guy Daich <guy.daich@sap.com>
7213f17
to
30fcf6b
Compare
routes: | ||
- name: "first-route" | ||
hostname: "*" | ||
retry: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add another case with a empty retry: {}
to its easier to cross check defaults in the future, thanks
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2678 +/- ##
==========================================
+ Coverage 63.33% 63.37% +0.03%
==========================================
Files 119 119
Lines 19211 19464 +253
==========================================
+ Hits 12168 12336 +168
- Misses 6244 6328 +84
- Partials 799 800 +1 ☔ View full report in Codecov by Sentry. |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks
What this PR does / why we need it:
Implements retry API in BTP: #2657
Which issue(s) this PR fixes:
Fixes #1907