mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Print queue size while flushing
This commit is contained in:
parent
7e8cc4e40b
commit
5ab529bcde
@ -210,6 +210,7 @@ def run_jobs(r, rev, jobs):
|
|||||||
print 'Interrupt received, flushing already-dispatched frames'
|
print 'Interrupt received, flushing already-dispatched frames'
|
||||||
|
|
||||||
while pending:
|
while pending:
|
||||||
|
print '%d...' % len(pending)
|
||||||
yield pull(True)
|
yield pull(True)
|
||||||
|
|
||||||
def client(ppath, gpaths):
|
def client(ppath, gpaths):
|
||||||
|
Loading…
Reference in New Issue
Block a user