Giter VIP home page Giter VIP logo

Comments (4)

davidmrdavid avatar davidmrdavid commented on July 25, 2024

@DariaSliusar - It would be good to triple check that the portal is also reporting the correct information. If you go to your storage account with the portal's storage explorer, and look at the instances table for your takshub. In there, does the orchestrator's instanceID also report "Completed"?

from azure-functions-durable-python.

DariaSliusar avatar DariaSliusar commented on July 25, 2024

@davidmrdavid, thanks for your reply. On the portal, I was checking the status by Function App -> function_name -> Orchestrations. The status there was 'Completed', when client.get_status = 'Running'.

from azure-functions-durable-python.

davidmrdavid avatar davidmrdavid commented on July 25, 2024

Thanks @DariaSliusar. The portal's status reports have been known to be unreliable at times, as they don't check 'real' the "source truth" (which is the Instances table in your storage account) and instead check the telemetry to try to infer if an orchestrator is "Running" or "Completed". For that reason, would you be able to triple check the Instances table for your task hub in your storage account and see if the entry for your instanceID is indeed completed?

If your TaskHub is named "MyTaskHub", then the table's name would my "MyTaskHubInstances"

from azure-functions-durable-python.

DariaSliusar avatar DariaSliusar commented on July 25, 2024

Thanks for the additional information provided. As was realized, the status is updated asynchronously and may not immediately reflect the most recent state of the orchestration, which is due to the distributed nature of the Durable Task Framework, which Azure Durable Functions is built upon.

from azure-functions-durable-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.