microsoft / DurableFunctionsMonitor

A monitoring/debugging UI tool for Azure Durable Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to restart an instance using DFM in .Net 7 Isolated

Vishal-Chintalapati opened this issue · comments

We've used DurableFunctionsMonitor.DotNetIsolated 6.3.0 -beta1 version to setup our DFM. When we run it and try to restart any failed/ pending instance it shows a popup saying restart is not supported for isolated process. Do we have any ETA on when it could be available. Also please share any work arounds for this(if any)

image

Do we have any ETA on when it could be available

No we don't. Remember, this is not a Microsoft official product, but rather a voluntary project created and driven by selfless enthusiasts.

Also please share any work arounds for this(if any)

You can always do that with a non-isolated version of DfMon, e.g. with DfMon VsCode extension.

So, our function is actually built as an isolated one. Not sure if the non-isolated packages would be compatible. Please suggest otherwise.

Since it is now clarified that DfMon is an official MS product, I would like to bump this feature request. Looking at the code, I suspect that it is blocked on this issue in durabletask-dotnet though, so I poked them too. 😄