mirror of
https://github.com/vale981/jobmanager
synced 2025-03-04 17:31:39 -05:00
added speed to status infoline
This commit is contained in:
parent
1bf01ef098
commit
fd4a9a7feb
1 changed files with 1 additions and 1 deletions
|
@ -1798,7 +1798,7 @@ class JobManager_Server(object):
|
|||
numjobs.value - numresults.value - jobqsize).encode('utf-8')
|
||||
log.info("infoline {}".format(info_line.value))
|
||||
old_bytes = bytes_recieved
|
||||
old_time = time
|
||||
old_time = curr_time
|
||||
# allows for update of the info line
|
||||
try:
|
||||
arg, result = self.result_q.get(timeout=self.msg_interval)
|
||||
|
|
Loading…
Add table
Reference in a new issue