You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/06 17:11:18 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #20069: Add migration-wait-timeout to the helm chart

kaxil commented on a change in pull request #20069:
URL: https://github.com/apache/airflow/pull/20069#discussion_r763204846



##########
File path: chart/values.yaml
##########
@@ -56,6 +56,8 @@ images:
   # will use the images from 'defaultAirflowRepository:defaultAirflowTag' values
   # to run and wait for DB migrations .
   useDefaultImageForMigration: false
+  # timeout for airflow-migrations to complete

Review comment:
       ```suggestion
     # timeout (in seconds) for airflow-migrations to complete
   ```

##########
File path: chart/values.schema.json
##########
@@ -372,6 +372,12 @@
                     "x-docsSection": "Images",
                     "default": false
                 },
+                "migrationsWaitTimeout": {
+                    "description": "The time to wait for the DB migrations to complete.",

Review comment:
       ```suggestion
                       "description": "The time (in seconds) to wait for the DB migrations to complete.",
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org