-
Notifications
You must be signed in to change notification settings - Fork 129
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 Retry Policy wrapper for WF #658
Conversation
Signed-off-by: Deepanshu Agarwal <[email protected]>
Signed-off-by: Deepanshu Agarwal <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #658 +/- ##
==========================================
- Coverage 86.54% 86.21% -0.33%
==========================================
Files 78 79 +1
Lines 3953 3998 +45
==========================================
+ Hits 3421 3447 +26
- Misses 532 551 +19 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Deepanshu Agarwal <[email protected]>
Signed-off-by: Deepanshu Agarwal <[email protected]>
Signed-off-by: Deepanshu Agarwal <[email protected]>
ext/dapr-ext-workflow/dapr/ext/workflow/dapr_workflow_context.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Deepanshu Agarwal <[email protected]>
Was first thinking to create a separate PR for #660 but then thought that it will cause merge conflicts as well in this PR. So, included that in this PR itself. |
Signed-off-by: Deepanshu Agarwal <[email protected]>
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
Description
Adds retry policy support via Dapr python sdk
Issue reference
Please reference the issue this PR will close: #576 and #660
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: