Sha256: 9bb7022e11348ed1723f4c0886403baaa9683aae31dff299ee2e031ccb267e3a
Contents?: true
Size: 445 Bytes
Versions: 18
Compression:
Stored size: 445 Bytes
Contents
process 'sphinx' do pid_file "<%= fetch(:thinking_sphinx_pid_file) %>" start_command "<%= fetch(:rbenv_prefix) %> bundle exec rake ts:start" stop_command "<%= fetch(:rbenv_prefix) %> bundle exec rake ts:stop" # soft restart restart_command "<%= fetch(:rbenv_prefix) %> bundle exec rake ts:restart" check :cpu, :every => 30, :below => 80, :times => 3 start_timeout 100.seconds restart_grace 30.seconds end
Version data entries
18 entries across 18 versions & 1 rubygems