From a822125c324a7a7a2db17ec4f2d47b2fb93abde1 Mon Sep 17 00:00:00 2001 From: Rex Ledesma Date: Fri, 28 Jul 2023 17:20:18 -0400 Subject: [PATCH] temp --- src/deploy_pex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deploy_pex.py b/src/deploy_pex.py index 42c305ae..d7657f50 100755 --- a/src/deploy_pex.py +++ b/src/deploy_pex.py @@ -118,7 +118,7 @@ def deploy_pex(args, branch_deployment_name: Optional[str], build_method: str): deployment_flag = f"--url={os.getenv('DAGSTER_CLOUD_URL')}/{deployment_name}" locations = get_locations(dagster_cloud_yaml) # give first deploy extra time to spin up agent - agent_heartbeat_timeout = 600 if (os.getenv("GITHUB_RUN_NUMBER") == "1") else 90 + agent_heartbeat_timeout = 1200 timeout_args = [ "--location-load-timeout=3600", f"--agent-heartbeat-timeout={agent_heartbeat_timeout}",