Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

下线服务不验证服务是否存活启动 #129

Open
Arealm opened this issue Jun 7, 2021 · 2 comments
Open

下线服务不验证服务是否存活启动 #129

Arealm opened this issue Jun 7, 2021 · 2 comments

Comments

@Arealm
Copy link

Arealm commented Jun 7, 2021

2021了bug 还不修复?
https://github.com/TarsCloud/TarsWeb/blob/master/client/src/pages/server/manage.vue
line 815
// 下线服务 undeployServer(server) { if(server.present_state === "active") { this.$tip.error(${this.$t('serverList.tips.undeploy')}); } else { this.$confirm(this.$t('serverList.dlg.msg.undeploy'), this.$t('common.alert')).then(() => { this.addTask(server.id, 'undeploy_tars', { success: this.$t('serverList.undeploy.success'), error: this.$t('serverList.undeploy.failed'), }); }); } },
下线服务不验证服务是否存活启动?启动状态直接下线。cache 里面还存在?

@ruanshudong
Copy link
Contributor

提交一个pr?

@Arealm
Copy link
Author

Arealm commented Jun 9, 2021

这个算是逻辑bug了吧?怎么成pr了呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants