Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions providers/edge3/docs/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ Minimum Airflow configuration settings for the Edge Worker to make it running is
- ``api_url``: Must be set to the URL which exposes the api endpoint as it is reachable from the
worker. Typically this looks like ``https://your-hostname-and-port/edge_worker/v1/rpcapi``.

Your API server (within the central Airflow deployment) needs to be started with all apps (i.e., `airflow api-server --apps all`) in order to expose the `/execution` endpoint.

To kick off a worker, you need to setup Airflow and kick off the worker
subcommand

Expand Down
Loading