attentive_sidekiq 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 77e7b5ed662a75451ebd6432ed1897ed01cb6f55
4
- data.tar.gz: d26bda1a3c256bf452a35394d6fcf125459fa5ae
3
+ metadata.gz: 1a5dd7d7255704b9f2a4c0a17a494457f9827aac
4
+ data.tar.gz: 989e2e842e2de465df0c23235861c66da5eaa8eb
5
5
  SHA512:
6
- metadata.gz: 0f0a0635e8fa0671808a90b0d9f98ab571560019eabc6b1e45f035317ce945955b789923b7f8b472f3bb65143ee76ec13dfd2fa4506b66d2b68064b3831dc288
7
- data.tar.gz: e2e5e97b3cf9e206773de95ce5166280d043516b9b2c7e027356f0011364009264c7675ebf9624123c65a3570e7b170fa4f347b3b1e1fddf09c8c9fbfc7280b2
6
+ metadata.gz: decd8b0dd325a36d57d74ed5635203b6ddc5da90ea6f3faa6dafa222ede9e6b6c2d1332802b4b9d904c5cdb1586d86919989660fe9f2b5a9a90086859ed8fdab
7
+ data.tar.gz: ef514362d5011d880cae7ab7ee70eda9f39738719e022c542549247033768f38e19faa354cb1f904528a60390f27b6384dff71936065c9aae854cafc553ae683
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 twonegatives
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -72,3 +72,7 @@ end
72
72
  ```
73
73
 
74
74
  After that you can use your jobs as usual.
75
+
76
+ ### Suggestions? Bugs?
77
+
78
+ If you've got a question, feature suggestion or found a bug please add an [issue on GitHub](https://github.com/twonegatives/attentive_sidekiq/issues) or fork the project and send a pull request.
@@ -30,7 +30,7 @@ module AttentiveSidekiq
30
30
 
31
31
  def options
32
32
  timeout = 1*60
33
- interval = 1*60
33
+ interval = 10*60
34
34
  { execution_interval: interval, timeout_interval: timeout }
35
35
  end
36
36
 
@@ -1,3 +1,3 @@
1
1
  module AttentiveSidekiq
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attentive_sidekiq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - twonegatives
@@ -159,6 +159,7 @@ extra_rdoc_files: []
159
159
  files:
160
160
  - Gemfile
161
161
  - Gemfile.lock
162
+ - LICENSE.txt
162
163
  - README.md
163
164
  - Rakefile
164
165
  - attentive_sidekiq.gemspec