-
Notifications
You must be signed in to change notification settings - Fork 527
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
Implmement sub-command like stop, restart for manager-api #741
Comments
how to find the old pid? local file? like |
Yep. |
juzhiyuan
added
the
wait for update
1. Solution 2. Due date 3. Assignees if needed
label
Nov 24, 2020
any update? |
It seems the priority of this feature is not so high, so what about postponing it to a future milestone? |
juzhiyuan
removed
the
wait for update
1. Solution 2. Due date 3. Assignees if needed
label
Dec 22, 2020
good to me 😄 |
in 2.4 or 2.5? |
I think 2.4 is appropriate. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Requirements or improvement.
Currently the restart of manage-api is manual, 。i.e. kill the process firstly, that's not so convenient, we can implement some sub command like
./manager-api stop
and./manager-api restart
and etc (after #739 is solved).The text was updated successfully, but these errors were encountered: