Closed michael-kotliar closed 4 years ago
Airflow uses
default_pool
for all DAGs if it wasn't set.WARNING - Tasks using non-existent pool 'default_pool' will not be scheduled
Bumped into this problem after upgrading, solved it by creating a default_pool
with
airflow pool -s default_pool 128 'default pool'
OMG. I just upgraded airflow to 1.10.5 and was Freaking out that my jobs were not executing. You Rock!
I hope everybody learned the lesson :)
Airflow uses
default_pool
for all DAGs if it wasn't set.WARNING - Tasks using non-existent pool 'default_pool' will not be scheduled