caploy 0.1.10 → 0.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,6 +27,7 @@ module Unicorn
27
27
  _cset :unicorn_std_log, "log/unicorn.stderr.log"
28
28
  _cset :unicorn_err_log, "log/unicorn.stderr.log"
29
29
  _cset :unicorn_worker_processes, 2
30
+ _cset :unicorn_timeout, 30
30
31
  _cset :unicorn_listen_backlog, 2048
31
32
  _cset :sidekiq_redis_count, 1
32
33
  _cset :unicorn_hard_restart, false
@@ -118,6 +119,7 @@ module Unicorn
118
119
  'stage' => stage,
119
120
  'unicorn_listen_backlog' => unicorn_listen_backlog,
120
121
  'unicorn_worker_processes' => unicorn_worker_processes,
122
+ 'unicorn_timeout' => unicorn_timeout,
121
123
  'sidekiq_redis_count' => sidekiq_redis_count,
122
124
  'sidekiq_redis_url' => sidekiq_redis_url
123
125
  }
@@ -5,7 +5,7 @@ stdout_path "<%= unicorn_err_log %>"
5
5
 
6
6
  listen "/tmp/socket.<%= application %>_<%= stage %>.sock", :backlog => <%= unicorn_listen_backlog %>
7
7
  worker_processes <%= unicorn_worker_processes %>
8
- timeout 30
8
+ timeout <%= unicorn_timeout %>
9
9
 
10
10
  preload_app true
11
11
 
@@ -1,3 +1,3 @@
1
1
  module Caploy
2
- VERSION = "0.1.10"
2
+ VERSION = "0.1.11"
3
3
  end
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: caploy
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.10
5
+ version: 0.1.11
6
6
  platform: ruby
7
7
  authors:
8
8
  - Michael Schiller
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-17 00:00:00.000000000 Z
12
+ date: 2013-03-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gemcutter