Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
deanlee committed Nov 24, 2024
1 parent 7a98b85 commit 2ec9c64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/athena/athenad.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ def upload_handler(end_event: threading.Event) -> None:
sz = -1

cloudlog.event("athena.upload_handler.upload_start", fn=fn, sz=sz, network_type=network_type, metered=metered, retry_count=item.retry_count)

with _do_upload(item, partial(cb, sm, item, tid, end_event)) as response:
if response.status_code not in (200, 201, 401, 403, 412):
cloudlog.event("athena.upload_handler.retry", status_code=response.status_code, fn=fn, sz=sz, network_type=network_type, metered=metered)
Expand Down

0 comments on commit 2ec9c64

Please sign in to comment.