sidekiq-limit_fetch 0.3 → 0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/sidekiq-limit_fetch.gemspec +3 -3
- metadata +3 -3
data/README.md
CHANGED
data/sidekiq-limit_fetch.gemspec
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
Gem::Specification.new do |gem|
|
2
2
|
gem.name = 'sidekiq-limit_fetch'
|
3
|
-
gem.version = '0.
|
3
|
+
gem.version = '0.4'
|
4
4
|
gem.authors = 'brainopia'
|
5
5
|
gem.email = 'brainopia@evilmartians.com'
|
6
|
-
gem.summary = '
|
6
|
+
gem.summary = 'Sidekiq strategy to support queue limits'
|
7
7
|
gem.homepage = 'https://github.com/brainopia/sidekiq-limit_fetch'
|
8
8
|
gem.description = <<-DESCRIPTION
|
9
|
-
|
9
|
+
Sidekiq strategy to restrict number of workers
|
10
10
|
which are able to run specified queues simultaneously.
|
11
11
|
DESCRIPTION
|
12
12
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sidekiq-limit_fetch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.4'
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
- !ruby/object:Gem::Version
|
44
44
|
version: '0'
|
45
45
|
none: false
|
46
|
-
description: ! "
|
46
|
+
description: ! " Sidekiq strategy to restrict number of workers\n which are
|
47
47
|
able to run specified queues simultaneously.\n"
|
48
48
|
email: brainopia@evilmartians.com
|
49
49
|
executables: []
|
@@ -87,7 +87,7 @@ rubyforge_project:
|
|
87
87
|
rubygems_version: 1.8.24
|
88
88
|
signing_key:
|
89
89
|
specification_version: 3
|
90
|
-
summary:
|
90
|
+
summary: Sidekiq strategy to support queue limits
|
91
91
|
test_files:
|
92
92
|
- spec/limit_fetch_spec.rb
|
93
93
|
- spec/sidekiq/limit_fetch/queue_spec.rb
|