det101 commented on issue #17330: URL: https://github.com/apache/dolphinscheduler/issues/17330#issuecomment-4619986579
@Heyw @SbloodyS DS uses Fabric8 6.0 and currently uses plain `watch()` for long-running jobs; when the watch expires, the task is marked failed even if the Job is still running. Fabric8 **`inform()`**, as recommended for long-lived monitoring: [Fabric8 Java Client guide](https://developers.redhat.com/articles/2023/01/04/how-use-fabric8-java-client-kubernetes#how_the_watch_operation_functions) <img width="956" height="132" alt="Image" src="https://github.com/user-attachments/assets/b69a92ec-cb30-41f2-a540-fd795322a956" /> I'll open a PR once it's ready. -- 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]
