Skip to content

Commit

Permalink
Wait for Gateway to be ready before using it
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Repel <[email protected]>
  • Loading branch information
trepel committed Sep 4, 2024
1 parent b831e9f commit c5a56c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def _envoy(auth):
)
request.addfinalizer(gw.delete)
gw.commit()
gw.wait_for_ready()
return gw

return _envoy
Expand Down

0 comments on commit c5a56c4

Please sign in to comment.