BabySid edited a comment on issue #8537: URL: https://github.com/apache/dolphinscheduler/issues/8537#issuecomment-1051515056
Thanks for reply A couple of common usage scenarios: - Restart the Worker services after modifying the configuration by using the command `bin/dolphinedaemon stop worker-server` on all the worker host. When a worker service restart, all the tasks on the worker will be failed and scheduled to another worker to re-execute. I want this task to run all the time, and in fact, this task is running when the worker is restarting. For example, a HQL-Task run on yarn or some custome task on localhost/another cluster. - Upgrade Dolphine from a old version to new version. In this scenario, almost all tasks will fail, whether the task is really running or not. Therefore, I hope to be provided some suggested solutions to make our tasks run more smoothly, because our system has strict SLA. While in the routine maintenance of the scheduler system, we also hope to ensure the punctuality of tasks. -- 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]
