eladkal commented on pull request #22362: URL: https://github.com/apache/airflow/pull/22362#issuecomment-1074397041
The paragraph before says: `Callback functions are only invoked when the task state changes due to execution by a worker` I can't comment on it as it wasn't changed by this PR but I think this sentence is not true(?) The `on_execute_callback` isn't part of a change in task status. The task changes the status to Running way before and it stays in Running after the callback finished. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org