Difference between revisions of "Airflow webserver"

From wikieduonline
Jump to navigation Jump to search
Line 24: Line 24:
 
  [2022-11-10 19:43:22 +0000] [4058] [INFO] Booting worker with pid: 4058
 
  [2022-11-10 19:43:22 +0000] [4058] [INFO] Booting worker with pid: 4058
 
  [2022-11-10 19:43:23,123] {manager.py:824} WARNING - No user yet created, use flask fab command to do it.
 
  [2022-11-10 19:43:23,123] {manager.py:824} WARNING - No user yet created, use flask fab command to do it.
 +
 +
 +
$AIRFLOW_HOME/webserver_config.py
 +
AUTH_ROLE_PUBLIC = 'Admin'
  
 
== Related ==
 
== Related ==

Revision as of 09:59, 15 November 2022

airflow webserver
Please confirm database initialize (or wait 4 seconds to skip it). Are you sure? [y/N]
 ____________       _____________
 ____    |__( )_________  __/__  /________      __
____  /| |_  /__  ___/_  /_ __  /_  __ \_ | /| / /
___  ___ |  / _  /   _  __/ _  / / /_/ /_ |/ |/ /
 _/_/  |_/_/  /_/    /_/    /_/  \____/____/|__/
Running the Gunicorn Server with:
Workers: 4 sync
Host: 0.0.0.0:8080
Timeout: 120
Logfiles: - -
Access Logformat:
=================================================================
[2022-11-10 19:43:22 +0000] [4054] [INFO] Starting gunicorn 20.1.0
[2022-11-10 19:43:22 +0000] [4054] [INFO] Listening at: http://0.0.0.0:8080 (4054)
[2022-11-10 19:43:22 +0000] [4054] [INFO] Using worker: sync
[2022-11-10 19:43:22 +0000] [4055] [INFO] Booting worker with pid: 4055
[2022-11-10 19:43:22 +0000] [4056] [INFO] Booting worker with pid: 4056
[2022-11-10 19:43:22 +0000] [4057] [INFO] Booting worker with pid: 4057
[2022-11-10 19:43:22 +0000] [4058] [INFO] Booting worker with pid: 4058
[2022-11-10 19:43:23,123] {manager.py:824} WARNING - No user yet created, use flask fab command to do it.


$AIRFLOW_HOME/webserver_config.py
AUTH_ROLE_PUBLIC = 'Admin'

Related

See also

Advertising: