ashb commented on pull request #11875:
URL: https://github.com/apache/airflow/pull/11875#issuecomment-717922254


   > when the manager adds the callback to the _file_path_queue, it does not 
care whether this dag file is currently under processing or in the cool down 
period,
   
   Yes, this is "by design" -- if there's a callback we need to execute it 
"now" to run it.
   
   
https://github.com/apache/airflow/blob/master/airflow/utils/dag_processing.py#L713-L718
   
   Given we remove it form the list if it's already there, and the existing 
checks I'm not sure the two "issues" are related (1- jumping up the 
queue/ignoring cool down period, and 2- going beyond concurrency limits)
   
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to