kaxil opened a new issue, #43103: URL: https://github.com/apache/airflow/issues/43103
In https://github.com/apache/airflow/pull/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 ```shell airflow fastapi-api # Alternate airflow fastapi-api --apps all # Alternate airflow fastapi-api --apps core,execution ``` E.g to only run Task execution API ```shell airflow fastapi-api --apps execution ``` The doc should contain details of our recommendation. -- 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]
