I have the default pool with 128 slots.
Now I have defined some other pools for each business_unit
. A business_unit is a department, so the important data (prio 1) has the default pool available, but the prio 2 data has a pool for each business_unit
.
As I have 4 business_unit I have 5 pools:
1. default --> 128 slots
2. business_unit_A --> 8 slots
2. business_unit_B --> 8 slots
2. business_unit_C --> 8 slots
2. business_unit_D --> 8 slots
Here I have a doubt regarding how to manage the default one. As I created 4 new pools
with 8 slots
each one, I am using a total of 32 slots
of default. Should I redefine default pool as 96 slots
?
Is the total number of slots available 128
and I have to play with it as the 100%
of
"available resources"? Or can I add new pools with slots and airflow manages it behind it.
Which one is the recommended?
A task uses by default just 1 slot? If I increase it because it’s a large task the execution time should be faster? (does it relates with host resources)