Adaverse commented on code in PR #32262:
URL: https://github.com/apache/airflow/pull/32262#discussion_r1247174840


##########
docs/apache-airflow/installation/index.rst:
##########
@@ -316,3 +327,66 @@ Follow the  `Ecosystem 
<https://airflow.apache.org/ecosystem/>`__ page to find a
 **Where to ask for help**
 
 * Depends on what the 3rd-party provides. Look at the documentation of the 
3rd-party deployment you use.
+
+
+Notes about minimum requirements
+''''''''''''''''''''''''''''''''
+
+There are often questions about minimum requirements for Airflow for 
Production systems, but it is
+not possible to give a simple answer to that question.
+
+The requirements that Airflow might need depend on many factors, including 
(but not limited to):
+  * The deployment your Airflow is installed with (see above ways of 
installing Airflow)
+  * The requirements of the Deployment environment (for example Kubernetes, 
Docker, Helm, etc.) that
+    are completely independent from Airflow (for example DNS resources, 
sharing the nodes/resources
+    with more (or less) pods and containers that are needed that might depend 
on particular choice of
+    the technology/cloud/integration of monitoring etc. etc.
+  * Technical details of database, hardware, network, etc. that your 
deployment is running on
+  * The complexity of the code you add to your DAGS, configuration, plugins, 
settings etc. (note, that
+    Airflow runs the code that DAG author and Deployment Manager provide)
+  * The number and choice of providers you install and use (Airflow has more 
than 80 providers that can
+    be installed by choice of the Deployment Manager. Also they are use more 
or less resources when
+    they are used - in various scenarios - parsing, webserver, task execution
+  * The choice of parameters that you use when tuning airflow. Airflow has 
many configuration parameters
+    that can fine-tuned to your needs
+  * The number of DAGs you run
+  * The number of tasks you run
+  * The number of task instances you run
+  * The number of task instances you run in parallel

Review Comment:
   ```suggestion
     * The number of DagRuns and tasks instances you run with parallel 
instances of each in consideration
   ```



-- 
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