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.
任何人都可以分享在生产服务器上部署 Apache Airflow 平台(以最简单的独立模式使用顺序执行器)的方式的经验/观点吗?
我认为 SequentialExecutor 模式不适合生产服务器。我们有一个在生产环境中以 LocalExecutor 模式运行,并且运行良好。LocalExecutor 模式可以做 SequentialExecutor 所做的一切,甚至更多。