This is an automated email from the ASF dual-hosted git repository.

jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new b7e67d6aa95 Add docs for edge execution_api_server_url (#52082)
b7e67d6aa95 is described below

commit b7e67d6aa95da69baf71e9a78aea4b6b7045d294
Author: Dov Benyomin Sohacheski <[email protected]>
AuthorDate: Tue Jun 24 00:24:40 2025 +0300

    Add docs for edge execution_api_server_url (#52082)
---
 providers/edge3/docs/deployment.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/providers/edge3/docs/deployment.rst 
b/providers/edge3/docs/deployment.rst
index d07b9c16e39..922632a23ee 100644
--- a/providers/edge3/docs/deployment.rst
+++ b/providers/edge3/docs/deployment.rst
@@ -50,6 +50,9 @@ Minimum Airflow configuration settings for the Edge Worker to 
make it running is
 
 - Section ``[core]``
 
+  - ``execution_api_server_url``: The url of the execution api server. Default 
is ``{BASE_URL}/execution/``
+    where {BASE_URL} is the base url of the API Server. If ``{BASE_URL}`` is 
not set, it will use
+    ``http://localhost:8080`` as the default base url.
   - ``executor``: Executor must be set or added to be 
``airflow.providers.edge3.executors.EdgeExecutor``
   - ``internal_api_secret_key``: An encryption key must be set on api-server 
and Edge Worker component as
     shared secret to authenticate traffic. It should be a random string like 
the fernet key

Reply via email to