athena.upload_handler.upload_start log retry count (#24139)

pull/24058/head
Willem Melching 3 years ago committed by GitHub
parent 06d02b4829
commit 714efe828a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/athena/athenad.py

@ -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):

Loading…
Cancel
Save