update
This commit is contained in:
parent
a45b94687f
commit
9257424091
@ -48,7 +48,7 @@ class SummaryFunc(Task):
|
||||
bulk_data.append(UpdateOne({'_id': data['_id']}, {'$set': data}, upsert=True))
|
||||
except Exception as e:
|
||||
msg = traceback.format_exc()
|
||||
ddsend_msg(f'{self.game_name} {source_coll} 功能 {item["ftype"]} 字段异常 {msg}')
|
||||
ddsend_msg(f'{self.game_name} {source_coll} 功能打点 {item["ftype"]} 字段异常 {msg}')
|
||||
logger.error(f'ftype {item["ftype"]} 字段异常 {msg}')
|
||||
if bulk_data:
|
||||
self.local_db[self.dest_coll].bulk_write(bulk_data, ordered=False)
|
||||
|
Loading…
Reference in New Issue
Block a user