Skip to content

Commit

Permalink
Update comment about async flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Jul 12, 2024
1 parent 87139cc commit 3fa1b2f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ def create_backup_if_necessary(
# return immediately, without waiting for the operation in progress
# to complete. Given that we only expect to be creating a backup
# once a day, this feels safe enough to try for now.
# The `gcloud filestore backups list` command is instantaneously
# populated with new backups, even if they are not done creating.
# So we don't have to worry about the async flag not taking those
# into account.
"--async",
]
)
Expand Down

0 comments on commit 3fa1b2f

Please sign in to comment.