Skip to content

Commit

Permalink
remove comment (#7463)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoufenqin committed Apr 9, 2024
1 parent 9448fdb commit 03d4a1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/containerapp/azext_containerapp/_cloud_build_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ def spin():
if count_lines_check <= 0:
# We checked the set number of lines and logs stream without error. Let's continue.
break
# If the build pod running on legion, it need more time to get the container logs.
# Wait for a bit, and then break to try again. Using "logs_stream_retries" as the number of seconds to wait is a primitive exponential retry.
log_in_file(f"{substatus_indentation}Wait logstream for build container...\n", logs_file)
time.sleep(logs_stream_retries)
Expand Down

0 comments on commit 03d4a1d

Please sign in to comment.