ErnestOrt / Trampoline

Admin Spring Boot Locally
http://ernestort.github.io/Trampoline/
Apache License 2.0
355 stars 81 forks source link

Wait for process to stop before restarting #46

Closed jtwalraven closed 6 years ago

jtwalraven commented 6 years ago

As a user, I do not want a microservice to restart (using the restart button) before the process running it has stopped.

Depends on #37

ErnestOrt commented 6 years ago

@JTWalraven did you check #31 issue. It's quite related, and would be good if you can keep it in mind when implementing this feature. It would help futute development on #31.

jtwalraven commented 6 years ago

@ErnestOrt, yeah I did see that. I must have created this issue before I looked it over. I actually pushed a branch with a rough cut version that uses http port checking instead of attempting to use the process logs.

jtwalraven commented 6 years ago

Closing in favor of the other issue.