Skip to content
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

Add API polling to check the execution progress status of the current task #5551

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hmwl
Copy link

@hmwl hmwl commented Nov 9, 2024

Implement the get method to poll the api/node_stus to obtain the number of nodes that need to be executed and the current execution to which node

Example results:

{
  "total_nodes": 7,
  "executed_nodes": 6
}

@hmwl hmwl requested a review from comfyanonymous as a code owner November 9, 2024 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant