mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 19:12:07 +08:00
athena.upload_handler.upload_start log retry count (#24139)
old-commit-hash: 714efe828a10b1c9cf5f4b37b96af13c3d9333a1
This commit is contained in:
@@ -203,7 +203,7 @@ def upload_handler(end_event: threading.Event) -> None:
|
||||
except OSError:
|
||||
sz = -1
|
||||
|
||||
cloudlog.event("athena.upload_handler.upload_start", fn=fn, sz=sz, network_type=network_type, metered=metered)
|
||||
cloudlog.event("athena.upload_handler.upload_start", fn=fn, sz=sz, network_type=network_type, metered=metered, retry_count=cur_upload_items[tid].retry_count)
|
||||
response = _do_upload(cur_upload_items[tid], cb)
|
||||
|
||||
if response.status_code not in (200, 201, 403, 412):
|
||||
|
||||
Reference in New Issue
Block a user