lzf12 commented on issue #47597: URL: https://github.com/apache/airflow/issues/47597#issuecomment-2747176237
Hello, this 3000job can not be scheduled problem, we have reproduced, the main thing is that we have a pre-control node, by default it will be set to failed, so that the post-node will be set to upstream_failed, frequent such settings will lead to a very high pressure to update, and finally do not schedule, we will now set the pre-node to the deferred state, so that the post-node will not be updated to upstream_ failed or none, so that it can be scheduled in the next scheduling cycle, but the current insufficient points are OK, our RESTAPI can't directly modify the state of the task instance to the decentralized state, if the secondary development needs to modify which files, you can provide a such image to meet the customization needs -- 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]
