CeleryExecutor可用于正式环境,使用 Celery 作为Task执行的引擎, 扩展性很好。这里使用rabbitmq作为celery的消息存储。...,foldl,3,[{file,"lists.erl"},{line,1197}]},
{mochijson2,json_encode_array,2,[]}]}}
可以安装最新的celery-3.x.x...的版本
pip2 -U install celery==3.1.24
配置
设置executor
# The executor class that airflow should use....Choices include
# SequentialExecutor, LocalExecutor, CeleryExecutor
#executor = SequentialExecutor...executor = CeleryExecutor
设置broker_url
# The Celery broker URL.