Menu

Shinken Arbiter Wait

Show Source Code
module.exports = header: 'Solr Standalone Wait', handler: ->
  @connection.wait
    servers: for ctx in @contexts 'ryba/solr/standalone'
      host: ctx.config.host
      port: ctx.config.ryba.solr.single.port