-
Notifications
You must be signed in to change notification settings - Fork 35
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
[VsCode] Fail to load instance history #22
Comments
@junalmeida , can you please enable logging and then check the 'Durable Functions Monitor' output channel for some more detailed error messages when it happens? Also, does it happen for just this single instance or for some others (and how much similar they are)? |
Here goes the log when the error happens. So far this happens with this single instance. Other instances of this orchestration seems to return with no problem.
|
Btw I have a question for you: I've noticed that the total run time for each activity on the Gantt chart is a sum of "waiting time" with "execution" time. Is there a way for you to show those timings separately? I say that because on the servers I have a 10 minute limit, and I can see some taking 20 min. So, I suppose this is the sum of waiting time (scheduled) with actual execution time. |
@junalmeida , so the logs tell us that this particular instance's history fails to be fetched both by DfMon's custom algorithm and by DurableClient (which is used as a fallback method). The culprit seems to be a duplicated TaskScheduledId in the execution history. I have no idea what circumstances could lead to that, but the workaround is straightforward (just committed it). Regarding your question, let's discuss it separately via #23. |
@scale-tone Thanks for addressing this :) I'm happy to test it once available. |
Should be fixed in v5.3. Please, validate. |
Yes, it works. Error is gone and I can see all details, Sequence diagram and Gantt chart for this instance. Thank you for addressing this. |
When trying to see an orchestration history, I get this:
The text was updated successfully, but these errors were encountered: