Skip to content

Commit

Permalink
new comment on startup_timeout_seconds env var.
Browse files Browse the repository at this point in the history
  • Loading branch information
valayDave committed Jul 29, 2022
1 parent 1afd191 commit bd86fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metaflow/metaflow_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def from_conf(name, default=None):
##
# Airflow Configuration
##
# This configuration sets `startup_timeout_seconds` in airflow's KubernetesPodOperator.
AIRFLOW_KUBERNETES_STARTUP_TIMEOUT = from_conf(
"METAFLOW_AIRFLOW_KUBERNETES_STARTUP_TIMEOUT_SECONDS", 60 * 60
)
Expand Down

0 comments on commit bd86fa0

Please sign in to comment.