ThuanDoHung commented on issue #34816: URL: https://github.com/apache/airflow/issues/34816#issuecomment-1756834887
Hi, I try: Install new server (ubuntu server 22.04.3 LTS) and postgresql 16, Install airflow: wget https://raw.githubusercontent.com/apache/airflow/constraints-2.7.1/constraints-3.10.txt pip3 install "apache-airflow[celery,cgroups,dask,statsd,virtualenv,redis]==2.7.1" --constraint "/home/constraints-3.10.txt" then: - config AIRFLOW_HOME in ~/.profile - set up database on postgres and run airflow db migrate - config database on airflow.cfg - run: +/ airflow webserver --daemon --> ok, show webui on brower +/ airflow scheduler --daemon --> ok, show on cluster activity tab --> scheduler was Healthy +/ airflow triggerer --daemon --> NOT OK, show on cluter actity tab --> scheduler was Healthy, TRIGGERER UNHEALTHY i try: - airflow trigger --> cluster activity tab --> scheduler & triggerer was healthy but close terminal triggerer killed. airflow triggerer --daemon: <img width="1351" alt="Screenshot 2023-10-11 at 12 25 50" src="https://github.com/apache/airflow/assets/95118800/fb69ad44-0bad-428e-8d60-898e38770e4c"> <img width="1368" alt="Screenshot 2023-10-11 at 12 26 35" src="https://github.com/apache/airflow/assets/95118800/c5a85f00-f7b1-4638-be2e-a4254fc9487c"> <img width="556" alt="Screenshot 2023-10-11 at 12 29 54" src="https://github.com/apache/airflow/assets/95118800/6601a7ee-b330-4119-a326-1e439dcfa903"> -- 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]
