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

fix(cli) prevent start from stopping already-running Kong #1645

Merged
merged 1 commit into from
Sep 15, 2016

Conversation

thibaultcha
Copy link
Member

  • add a check ensuring Kong (Nginx) is not running even before executing
    the prefix_handler, which would maybe have consequences such as
    re-generating SSL certs, or running migrations, etc...
  • add a test for this behavior
  • error now says "Kong is already running" instead of "Nginx is already
    running", which is also probably more elegant.

* add a check ensuring Kong (Nginx) is not running even before executing
  the prefix_handler, which would maybe have consequences such as
  re-generating SSL certs, or running migrations, etc...
* add a test for this behavior
* error now says "Kong is already running" instead of "Nginx is already
  running", which is also probably more elegant.
@thibaultcha thibaultcha force-pushed the fix/start-stopping-alread-running branch from 86b86e4 to 3673504 Compare September 15, 2016 21:20
@Tieske
Copy link
Member

Tieske commented Sep 15, 2016

lgtm, pending the tests...

@thibaultcha thibaultcha added pr/ready (but hold merge) No more concerns, but do not merge yet (probably a conflict of interest with another PR or release) and removed pr/status/needs review labels Sep 15, 2016
@thibaultcha thibaultcha merged commit f676803 into next Sep 15, 2016
@thibaultcha thibaultcha deleted the fix/start-stopping-alread-running branch September 15, 2016 23:21
@lsh-0
Copy link

lsh-0 commented Dec 1, 2016

Hi guys and thanks for fixing this. Any idea when this will see release? I'm running 0.9.5 and the problem is still present there.

@Tieske
Copy link
Member

Tieske commented Dec 1, 2016

@lsh-0 It's scheduled for 0.10 for which a first release candidate already is overdue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/ready (but hold merge) No more concerns, but do not merge yet (probably a conflict of interest with another PR or release)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants