Skip to content

Commit

Permalink
Improve the comment about the server-side timeout.
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Mamchenko <[email protected]>
  • Loading branch information
OutSorcerer committed Nov 11, 2024
1 parent ed2dbe6 commit 553e97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/metadata_writer/src/metadata_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def is_kfp_v2_pod(pod) -> bool:

pods_with_written_metadata[obj.metadata.name] = None

# Server side timeout, continue watching.
# If the for loop ended, a server-side timeout occurred. Continue watching.
pass

except urllib3.exceptions.ReadTimeoutError as e:
Expand Down

0 comments on commit 553e97c

Please sign in to comment.