-
Notifications
You must be signed in to change notification settings - Fork 280
Add RestartAsync at Durable Functions Isolated #3147
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
Conversation
src/Worker.Extensions.DurableTask/DurableTaskClientExtensions.cs
Outdated
Show resolved
Hide resolved
src/Worker.Extensions.DurableTask/DurableTaskClientExtensions.cs
Outdated
Show resolved
Hide resolved
src/Worker.Extensions.DurableTask/DurableTaskClientExtensions.cs
Outdated
Show resolved
Hide resolved
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 - no blockers - just a few minor things.
src/WebJobs.Extensions.DurableTask/ContextImplementations/DurableClient.cs
Outdated
Show resolved
Hide resolved
src/WebJobs.Extensions.DurableTask/ContextImplementations/DurableClient.cs
Outdated
Show resolved
Hide resolved
@@ -11,7 +11,7 @@ | |||
<ItemGroup> | |||
<!-- This reference will be dynamically updated by build-e2e-tests.ps1 as part of test setup. --> | |||
<!-- Do not commit changes to this line unless necessary --> | |||
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="3.3.0" /> | |||
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="3.5.0" /> |
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.
Not related to this PR, but should these be project references instead of package references so that we don't have to remember to update them? @andystaples
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.
I can open a separate PR for this, or @andystaples if you’d prefer. For now, it’s auto-generated by running build-e2e-test.ps1 locally.
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.
resetting review
Issue describing the changes in this PR
resolves #2903
RestartAsync
support fromDurableTaskClient
.RestartPostUri
for orchestration restart.Note: This PR won't work unless v1.14.0 of dotnet sdk including microsoft/durabletask-dotnet#456 released.
Related PR:
Pull request checklist
pending_docs.md
release_notes.md
/src/Worker.Extensions.DurableTask/AssemblyInfo.cs
dev
andmain
branches and will not be merged into thev2.x
branch.