From b69d5ef172f825094ee7a1bd5262f62179cfe99a Mon Sep 17 00:00:00 2001 From: Eduardo Bizarro Date: Sun, 7 Jul 2019 23:14:26 -0300 Subject: [PATCH] Pin billiard version to billiard==3.5.0.4 until airflow 1.10.4 release --- files/cloud-init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/files/cloud-init.sh b/files/cloud-init.sh index 5438f03..b7324fc 100644 --- a/files/cloud-init.sh +++ b/files/cloud-init.sh @@ -60,6 +60,7 @@ function install_python_and_python_packages() { flask-appbuilder \ psycopg2-binary \ apache-airflow[celery,postgres,s3,crypto,jdbc,google_auth,redis,slack,ssh]==1.10.3 \ + billiard==3.5.0.4 \ celery[sqs] \ redis