Skip to content

Commit

Permalink
updated pod startup time
Browse files Browse the repository at this point in the history
  • Loading branch information
valayDave committed Jul 29, 2022
1 parent de00042 commit cfa5a15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metaflow/plugins/airflow/airflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ def _to_job(self, node):
env_vars=[dict(name=k, value=v) for k, v in env.items()],
labels=labels,
task_id=node.name,
startup_timeout_seconds=60*60,
in_cluster=True,
get_logs=True,
do_xcom_push=True,
Expand Down

0 comments on commit cfa5a15

Please sign in to comment.