Skip to content

Commit fd1c4e4

Browse files
author
Tim Vaillancourt
committed
removing queue put in close()
1 parent 09c2bbc commit fd1c4e4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

MongoBackup/Mongodump.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@ def close(self, exit_code=None, frame=None):
4141
if self._command:
4242
logging.debug("Killing running subprocess/command: %s" % self._command.command)
4343
self._command.close()
44-
self.response_queue.put({
45-
'host': self.host,
46-
'port': self.port,
47-
'file': self.oplog_file,
48-
'count': oplog.count(),
49-
'last_ts': oplog.last_ts(),
50-
'first_ts': oplog.first_ts()
51-
})
5244

5345
def run(self):
5446
logging.info("Starting mongodump (with oplog) backup of %s/%s:%i" % (

0 commit comments

Comments
 (0)