ashb commented on issue #55753:
URL: https://github.com/apache/airflow/issues/55753#issuecomment-3301818079

   Under normal operation which process/component (task, supervisor, apiserver) 
is responsible for deciding in retries?
   
   I know a task can say "fail and don't retry" but isn't that a different API 
endpoint we hit? If so shouldn't this "failed with signal" already be handled 
by the API server? 🤷🏻 
   
   
   Part of the issue is right now the Supervisor know nothing about the task. 
Now we could send that information from task to supervisor (but not on to API 
server) and then go "oh it failed with a signal/without an explicit final 
state". We could also use that "TaskInformation" message from the task to tell 
the supervisor about timeouts too for #53337


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