kaxil commented on a change in pull request #5743: [AIRFLOW-5088][AIP-24] 
Persisting serialized DAG in DB for webserver scalability
URL: https://github.com/apache/airflow/pull/5743#discussion_r313000773
 
 

 ##########
 File path: airflow/config_templates/default_airflow.cfg
 ##########
 @@ -204,6 +204,10 @@ dag_discovery_safe_mode = True
 # The number of retries each task is going to have by default. Can be 
overridden at dag or task level.
 default_task_retries = 0
 
+# Whether to serialises DAGs and persist them in DB.
+# If set to True, Webserver reads from DB instead of parsing DAG files
+# More details: https://github.com/apache/airflow/pull/5743
 
 Review comment:
   OK. We can create `.rst` from the AIP and add it over here.
   
   Let's do this at the end - Not resolving this comment till then

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to