Skip to content

Commit

Permalink
Merge pull request #523 from trepel/gw-ready-waiting
Browse files Browse the repository at this point in the history
Wait for Gateway to be ready before using it
  • Loading branch information
trepel authored Sep 5, 2024
2 parents 4bf11e0 + c5a56c4 commit df0ae69
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 df0ae69

Please sign in to comment.