juniorsysadmin / puppet-kong

Installs and configures Kong
Apache License 2.0
1 stars 9 forks source link

Service should wait for cassandra to start #11

Closed davideagle closed 8 years ago

davideagle commented 8 years ago

On node restart kong service tries to start before cassandra has finished starting there fore it will not run until the next puppet run.

juniorsysadmin commented 8 years ago

Hmm. I'm not sure if there's a lot that can be done about this. It's a common issue with things like JVMs as well. A defined type of your own that performs execs with sleep is a potential hack around this.