Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Comfy-Org/ComfyUI
/ get_tasks_remaining
Method
get_tasks_remaining
execution.py:1330–1332 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1328
return
False
1329
1330
def
get_tasks_remaining(self):
1331
with
self.mutex:
1332
return
len(self.queue) + len(self.currently_running)
1333
1334
def
wipe_queue(self):
1335
with
self.mutex:
Callers
1
get_queue_info
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected