ranmocy / guard-rails

Guard-Rails is watching on your development servers as you wish!
http://ranmocy.github.com/guard-rails
MIT License
137 stars 25 forks source link

Block startup until zeus sockfile is present if zeus option is specified #43

Closed adibsaad closed 9 years ago

adibsaad commented 9 years ago

Basically poll for the zeus socket file before starting the guard so app startup doesn't fail.

ranmocy commented 9 years ago

Can you add a timeout of waiting? Like 15s or 30s. Thanks!

adibsaad commented 9 years ago

Did you get a chance to review the patch?

ranmocy commented 9 years ago

Thanks for the PR!