hussein-awala commented on issue #30737:
URL: https://github.com/apache/airflow/issues/30737#issuecomment-1515424166

   > The fact that the dag file is not found is not the main point here
   
   If you have a problem in dag parsing during the task execution (file not 
found, an exception while reading something from external system,...), the task 
is immediately marked as failed even if it didn't reach its max retries, 
because Airflow doesn't know if it's a temporary problem or you deleted the dag 
file and you want to stop the execution.
   
   If the task state in the db is `queued`, and the parsing problem is 
temporary, #30375 may solve your problem, it will be available in 2.6.0, you 
can test it when it released.
   
   But until then, I recommend to check what is the problem of the dag parsing, 
because it should be stable to ensure the stability of your Airflow server. 
   
   I close the issue, we can reopen it if needed.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to