Closed DDAndyChen closed 6 months ago
The issue is a bug in Microsoft.Azure.Functions.Worker.Extensions.DurableTask
version 1.1.3
. Downgrade to version 1.1.2
and it will work.
This is getting boring. I want to be productive with Durable Task, not be a beta tester. I have long lived without the ability to signal between entities, now this happens.
Introduced by this PR , MS trying to fix this P1 issue
Hey @DDAndyChen I am sorry for the inconvenience and trouble caused by this. The issue is caused by an inappropriate error handling. To mitigate the issue immediately, we have a pre-released ADO feed to use, (Official release might take some time, but we will put this on agenda asap). If you are willing to try, the ADO feed is here. To use this feed, you need to first connect with feed, detailed instructions can be found here : you need to first add package source durabletask-test, and then run command dotnet restore
. After successfully connected, you can use the feed directly in your project. Please let me know if you have any question regarding this. Thank you!
Hi, @DDAndyChen The package with the hotfixes has been released. Please use the package v1.1.4 instead to mitigate the issue. nuget link: https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.DurableTask/1.1.4 And please let me know if there is any problem. Sorry for the trouble!
@nytian The new package works for me now! Thank you.
Getting some errors in the log stream when testing the Counter example, in fact, all of my durable entities is not running for this same error. what might be the issue?
Here is my code