JH-A-Kim commented on PR #70475:
URL: https://github.com/apache/airflow/pull/70475#issuecomment-5171994191

   @ferruzzi Currently one of the big bug fixes was in `_change_state()` where 
there would be a timeout because callbacks would enter into the task retry 
logic for when before execution a failure would occur and would then check for 
`dag_id` which it does not have and continuously add it back to the retry 
queue. Which would cause tests to timeout. But do you think its worth adding 
logic to restart the callback pod if that were to occur? Currently my check 
just makes sure entrance into that particular bit of logic is only for tasks. 
But if the pod were to fail before running I think it might be necessary for it 
to try and restart in that case automatically. 


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