capistrano-resque-pool 0.1.1 → 0.1.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 46fa0f1a9729c7c921dd1df1e205806a525abcc2
4
- data.tar.gz: 0f22406923422aef06bee0ef405b82ec0fbf63ef
3
+ metadata.gz: 294e074d4c929bf99fd3ce91fa135ec2008850e9
4
+ data.tar.gz: c9b84652a14945b3c6178c60de929fa4c2255925
5
5
  SHA512:
6
- metadata.gz: 5014f793246487cba35f9c7f8d92b2454429db0ba88131842187fe88f6204442f18e0c91889c2712fe6405576bb68db01fbc56c04a0c33ad97acd3b6ea4e690a
7
- data.tar.gz: 53001c7807b7911599d53ddba2413bdf3c3c3222650c2338e36657376ef7c03b47aef98b18f6ee6e358b930a9db20962473c286f3ce2b5ea1a4fc997073d39a2
6
+ metadata.gz: ad89d4796f5eca8d738d560469fb3e9e9c8c4c8475704eba0d4e983d6f9352d62b916bbe1b797690f8d6d4c34af620ce20372ceac3902b8b96b96ee18d42dcbe
7
+ data.tar.gz: 6e0b82780ec24dc4ded79f2bac7dbf65b82aa03f0241a7c6596137f78c9d82a684e6752a3b783f0f9d2e7854f00b16f339c590daad3d1dc34dcf29c38827bfe3
@@ -1,7 +1,7 @@
1
1
  module Capistrano
2
2
  module Resque
3
3
  module Pool
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
6
6
  end
7
7
  end
@@ -46,7 +46,7 @@ namespace :resque do
46
46
  on roles(workers) do
47
47
  if pid_file_exists?
48
48
  pid = capture(:cat, pid_path)
49
- tries = 10
49
+ tries = 20
50
50
 
51
51
  while tries >= 0 and test("kill -0 #{pid} > /dev/null 2>&1")
52
52
  info 'Waiting for pool manager to stop..'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-resque-pool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maxim Abramchuk
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-06-17 00:00:00.000000000 Z
12
+ date: 2016-07-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler