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

Can't connect to master. Run zeus start first. #40

Closed westonganger closed 9 years ago

westonganger commented 9 years ago

I am trying to use the zeus: true option

I am getting the error: Can't connect to master. Run zeus start first.

Zeus is installed globally, in the meantime I am using guard-zeus but i think using guard-rails with that doesnt have the server restart speed advantages.

ranmocy commented 9 years ago

Sorry for late reply. I think the problem does happen between guard-zeus and guard-rails. Seems that when guard-rails starts, guard-zeus usually won't be ready since it's slower.

Do you think it's a good idea to have a loop to keep trying connect it?

westonganger commented 9 years ago

Should I even need Guard-Zeus of this is working correctly? I think a delay and/or a loop would work great.

ranmocy commented 9 years ago

The new 0.7.2 version waits for zeus to start. Check it out!