[PATCH] Kill with cluster and pidfile option not working
Reported by Gabriel Handford | May 3rd, 2008 @ 01:14 AM | in 0.9.4
When using merb CLI with pid file and cluster nodes CLI options, the kill option isn't working.
For example,
merb -c 2 -p 12000 -P /var/run/merb.pid -K all
isn't working, since Merb::Server.pidfiles => []
This fixes so under that scenario:
Merb::Server.pidfiles => [ "/var/run/merb.12000.pid", "/var/run/merb.12001.pid" ]
I have a patch that call be pulled from:
http://github.com/gabriel/merb-c...
I updated the spec to test for this.
Comments and changes to this ticket
-
Ezra Zygmuntowicz May 4th, 2008 @ 02:51 AM
- → Milestone changed from to 0.9.4
- → State changed from new to resolved
- → Assigned user changed from Yehuda Katz (wycats) to Ezra Zygmuntowicz
Applied thanks
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
