You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: vespa/utils/deploy_prod.py
+16-3
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ def deploy_prod(
22
22
application (str): Vespa Cloud application
23
23
api_key (str): Vespa Cloud Control-plane API key
24
24
application_root (str): Path to the Vespa application root. If application is packaged with maven, this should refer to the generated target/application directory.
25
-
max_wait (int, optional): Max wait time in seconds. Defaults to 3600.
25
+
max_wait (int, optional): Max wait time in seconds. Defaults to 3600. If set to -1, the script will return immediately after deployment is submitted.
26
26
source_url (str, optional): Source URL (git commit URL) for the deployment. Defaults to None.
0 commit comments