You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filter passed to _PurgeAllInstancesAsync(PurgeInstancesFilter filter, CancellationToken cancellation)_ on the DurableTaskClient, is not used, instead a new instance is created
#288
Closed
JohanKlijn opened this issue
Apr 18, 2024
· 1 comment
The filter passed to PurgeAllInstancesAsync(PurgeInstancesFilter filter, CancellationToken cancellation) on the DurableTaskClient, is not used, instead a new instance is created, see https://github.com/microsoft/durabletask-dotnet/blob/main/src/Client/Core/DurableTaskClient.cs#L379C2-L381C88.
Code in DurableTaskClient:
Did not investigate this, but it could be the cause of #282
The text was updated successfully, but these errors were encountered: