datirium / scidap

Scientific Data Analysis Platform
https://scidap.com/
Apache License 2.0
0 stars 3 forks source link

Just to keep in mind when upgrading to Airflow==1.10.5 #5

Closed michael-kotliar closed 4 years ago

michael-kotliar commented 5 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

Taxuspt commented 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'

jmagana2000 commented 4 years ago

OMG. I just upgraded airflow to 1.10.5 and was Freaking out that my jobs were not executing. You Rock!

portah commented 4 years ago

I hope everybody learned the lesson :)