mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-08-02 05:25:39 -04:00
Print queue size while flushing
This commit is contained in:
@ -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):
|
||||||
|
Reference in New Issue
Block a user