We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7b629 commit 9d9c4c5Copy full SHA for 9d9c4c5
1 file changed
airflow-core/docs/security/api.rst
@@ -93,3 +93,10 @@ Page size limit
93
To protect against requests that may lead to application instability, the stable API has a limit of items in response.
94
The default is 100 items, but you can change it using ``maximum_page_limit`` option in ``[api]``
95
section in the ``airflow.cfg`` file.
96
+
97
+Request Payload Considerations
98
+------------------------------
99
100
+When using REST APIs that accept data payloads (such as the Variables API), be mindful of the payload size.
101
+Large payloads (out of ordinary size, like a million bytes) can impact the performance of the Airflow webserver.
102
+It's recommended to implement appropriate size limits at the proxy layer for your deployment.
0 commit comments