Add async version of durabletask client#17
Merged
elena-kolevska merged 6 commits intodapr:maindapr/durabletask-python:mainfrom Oct 23, 2025
passuied:feature/asyncio-daprpassuied/durabletask-python:feature/asyncio-daprCopy head branch name to clipboard
Merged
Add async version of durabletask client#17elena-kolevska merged 6 commits intodapr:maindapr/durabletask-python:mainfrom passuied:feature/asyncio-daprpassuied/durabletask-python:feature/asyncio-daprCopy head branch name to clipboard
elena-kolevska merged 6 commits intodapr:maindapr/durabletask-python:mainfrom
passuied:feature/asyncio-daprpassuied/durabletask-python:feature/asyncio-daprCopy head branch name to clipboard
Conversation
…kHubGrpcClient` - Added e2e tests Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
cf53784 to
f4d8a38
Compare
fixed dev dependencies Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
|
@elena-kolevska do you mind checking on this? it looks good to me. There is no good copyright information in README like in other dapr repos to follow or not, but I guess that would be needed?? Thanks |
passuied
commented
Sep 29, 2025
Also cleaning dependencies to align protobuf dependencies between grpc-tools and grpcio Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
…s they return successfully. Added corresponding unit tests for happy path and edge case Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
Collaborator
Yes, we can add the following to new files: And we can add the following line in significantly modifed files: |
Added copyright headers on new files Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
acroca
approved these changes
Oct 7, 2025
elena-kolevska
approved these changes
Oct 23, 2025
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
when_all()andwhen_any()when passed empty listsPlease note, I'm not 100% sure we shouldn't also create an
AsyncTaskHubGrpcWorkeras well to avoid mixing sync and async. Though I seeTaskHUbGrpcWorkeralready implements async but runs it in a background thread.Issue reference
#18
dapr/python-sdk#835