danielhoherd commented on code in PR #27848:
URL: https://github.com/apache/airflow/pull/27848#discussion_r1029890017


##########
chart/values.schema.json:
##########
@@ -5254,6 +5254,11 @@
                             "default": "tests/dags"
                         },
                         "wait": {
+                            "description": "Interval between git sync attempts 
in seconds. High values are more likely to cause DAGs to become out of sync 
between different components. Low values cause more traffic to the remote git 
repository. (Deprecated. Use 'period')",
+                            "type": "integer",
+                            "default": 5

Review Comment:
   @jedcunningham We chatted a bit about potentially changing this value. Is 
that something we want to ride in on this PR?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to