snjypl commented on issue #21087:
URL: https://github.com/apache/airflow/issues/21087#issuecomment-1122334195

   @ecerulm , i believe when there is an error there are two parts to it 
   
   a.) handling the exception and recovering from it. 
   b.) finding the cause and trying to fix it so that it won't happen again or 
atleast reduce the frequency of the error. 
   
   what you are suggesting covers part (a). it will allow  airflow to recover 
from 410 and not get stuck in an infinite loop. we both agree on that. 
   
   now, using bookmark etc would come in part (b) trying to fix the root cause 
or try to prevent the 410 error.  part (b) requires a bug fix in 
kubernetes-python client and also some changes in airflow code. 
   
   both part is equally important. 


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