Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
rexledesma committed Jul 28, 2023
1 parent a13c88e commit a822125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy_pex.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down

0 comments on commit a822125

Please sign in to comment.