lzf12 commented on issue #47597:
URL: https://github.com/apache/airflow/issues/47597#issuecomment-2747221222

   We need to set the task state to the decentralized state, so that the 
downstream task will not become upstream_failed, so that there will be no 
unscheduling, we need to have a pre-control node to control whether the 
downstream task is executed, this control node is used to calculate whether the 
current resource can serve the downstream task, after setting the current node 
to the deferred state, the state of the post-node is still none, which will not 
affect the logic of the scheduler. We have seen the effect by updating the 
database job status, can you help us temporarily create an image for us to 
solve the production problem?


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