microsoft / DurableFunctionsMonitor

A monitoring/debugging UI tool for Azure Durable Functions
MIT License
218 stars 34 forks source link

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

Open Vishal-Chintalapati opened 9 months ago

Vishal-Chintalapati commented 9 months ago

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
scale-tone commented 9 months ago

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.

Vishal-Chintalapati commented 9 months ago

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

mronnblom-ith commented 4 months ago

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. 😄