jscheffl commented on PR #61972:
URL: https://github.com/apache/airflow/pull/61972#issuecomment-3939544102

   Thanks for the description. Looking at the config I do not see why `--apps 
all` need to be provided. Because when I call `airflow api-server --help` it 
shows that `all` is the default:
   ```
   (airflow) jscheffl@hp860g9:~/Workspace/airflow$ airflow api-server --help
   Usage: airflow api-server [-h] [--apps APPS] [-D] [-d] [-H HOST] 
[--log-config LOG_CONFIG] [-l LOG_FILE] [--pid [PID]] [-p PORT] 
[--proxy-headers] [--ssl-cert SSL_CERT]
                             [--ssl-key SSL_KEY] [--stderr STDERR] [--stdout 
STDOUT] [-t WORKER_TIMEOUT] [-w WORKERS]
   
   Start an Airflow API server instance
   
   Options:
     -h, --help            show this help message and exit
     --apps APPS           Applications to run (comma-separated). Default is 
all. Options: core, execution, all
     -D, --daemon          Daemonize instead of running in the foreground
     -d, --dev             Start in development mode with hot-reload enabled
     -H, --host HOST       Set the host on which to run the API server
     --log-config LOG_CONFIG
                           (Optional) Path to the logging configuration file 
for the uvicorn server. If not set, the default uvicorn logging configuration 
will be used.
     -l, --log-file LOG_FILE
                           Location of the log file
     --pid [PID]           PID file location
     -p, --port PORT       The port on which to run the API server
     --proxy-headers       Enable X-Forwarded-Proto, X-Forwarded-For, 
X-Forwarded-Port to populate remote address info.
     --ssl-cert SSL_CERT   Path to the SSL certificate for the webserver
     --ssl-key SSL_KEY     Path to the key to use with the SSL certificate
     --stderr STDERR       Redirect stderr to this file
     --stdout STDOUT       Redirect stdout to this file
     -t, --worker-timeout WORKER_TIMEOUT
                           The timeout for waiting on API server workers
     -w, --workers WORKERS
                           Number of workers to run on the API server
   ```
   That is the reason I asked before. Is there anythin in your `.env` that 
overrides this setting?


-- 
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]

Reply via email to