Skip to content

Docs: Add user facing docs for running a separate Task Execution API-server #43103

@kaxil

Description

@kaxil

In #43015, a new Task Execution API-server was added. This can be run with the Core Airflow APIs and can also be run separately.

To run all apis

airflow api-server

# Alternate
airflow api-server --apps all

# Alternate
airflow api-server--apps core,execution

E.g to only run Task execution API

airflow api-server --apps execution

The doc should contain details of our recommendation.

Metadata

Metadata

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions