about default_pull in Apache Airflow upper 1.10.5

This commit is contained in:
Iuliia Volkova
2019-12-03 12:57:48 +03:00
committed by GitHub
parent c050970722
commit 0c2036b569

View File

@@ -1,5 +1,9 @@
# Apache Airflow with Docker Compose example
*UPGRADE UPPER 1.10.5 be AWARE:*
You need to define 'default_pool' for task instances and set slots to it. About 1000, for example.
This was not needed previous and default_poll was exist. But now you need to create it manually. So just go to UI, Admin -> Pools (http://localhost:8080/admin/pool/) and press *Create*. Create pool with name 'default_pool' and slots, for example 100 or 1000.
Source files for article with description on Medium
Apache Airflow with LocalExecutor: