Chris1000DC commented on code in PR #45103:
URL: https://github.com/apache/airflow/pull/45103#discussion_r1923682547
##########
airflow/cli/commands/local_commands/fastapi_api_command.py:
##########
@@ -75,6 +77,10 @@ def fastapi_api(args):
process.wait()
os.environ.pop("AIRFLOW_API_APPS")
Review Comment:
=/tmp/32-bit-chroot
kcov_deps=libdw-dev libelf-dev elfutils libcurl4-openssl-dev python python3
cmake binutils-dev git
.PHONY: prepare_environment
build_reference:
mkdir -p reference/src reference/build
cd reference/ && git clone https://github.com/SimonKagstrom/kcov.git
cd reference/kcov && git checkout v23
cd reference/build && cmake ../
##########
airflow/cli/commands/local_commands/fastapi_api_command.py:
##########
@@ -75,6 +77,10 @@ def fastapi_api(args):
process.wait()
os.environ.pop("AIRFLOW_API_APPS")
else:
+ if args.daemon:
+ daemonize()
Review Comment:
=/tmp/32-bit-chroot
kcov_deps=libdw-dev libelf-dev elfutils libcurl4-openssl-dev python python3
cmake binutils-dev git
.PHONY: prepare_environment
build_reference:
mkdir -p reference/src reference/build
cd reference/ && git clone https://github.com/SimonKagstrom/kcov.git
cd reference/kcov && git checkout v23
cd reference/build && cmake ../
--
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]