Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Comfy-Org/ComfyUI
/ queue_updated
Method
queue_updated
server.py:1362–1363 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1360
self.messages.put_nowait, (event, data, sid))
1361
1362
def
queue_updated(self):
1363
self.send_sync(
"status"
, {
"status"
: self.get_queue_info() })
1364
1365
async
def
publish_loop(self):
1366
while
True:
Callers
5
put
Method · 0.80
get
Method · 0.80
task_done
Method · 0.80
wipe_queue
Method · 0.80
delete_queue_item
Method · 0.80
Calls
2
send_sync
Method · 0.95
get_queue_info
Method · 0.95
Tested by
no test coverage detected