Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已按照此处的文档说明将气流安装到我的服务器上。
安装看起来包含主(服务器)和从(客户端)。
如何在另一台计算机上安装 Airflow 的从属/客户端组件?还是每次安装都需要同时包含服务器和客户端?
我不确定您指的是什么客户。在我的环境 Airflow WebServer ,调度程序和工作人员(CeleryExecutor)都安装在同一台服务器中,并且这些组件作为初始化脚本的一部分启动。