You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/14 15:20:46 UTC

[GitHub] [airflow] dinigo commented on issue #10443: tasks not being queued at the correct pool

dinigo commented on issue #10443:
URL: https://github.com/apache/airflow/issues/10443#issuecomment-760264354


   @potiuk I cannot check right now if this is still happening, sorry. I want to mention that I solved this issue setting the SubDagOperator (which is a sensor under the hood) to `mode = 'reschedule'` so it doesn't take a whole slot.
   
   Is there a reason for the `'reschedule'` mode not being the default? I have enough sensors to fill and block the pool. That's the source of this issue actually.
   
   Anyway I'm using less sensors and building bigger dags now that we have TaskGroups.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org