zuora_connect 1.7.53 → 1.7.54
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 +4 -4
- data/lib/resque/dynamic_queues.rb +2 -2
- data/lib/zuora_connect/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d077b3fe3e33f3f0fd383e8e54b25ff1712f950
|
4
|
+
data.tar.gz: ed6a49af88ffbec02f897993d1244cc4a7c91f3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9fe85df39cd2734b73eb42598eabdab43799b5a6d2f5a0afd2154ac7dff61172ba607e0adc620e6b96bef29d13152620f2c61a545b35c5d29b3c54c1c0fe45d5
|
7
|
+
data.tar.gz: 044501330ed1a4a703ca0da443ed0c5aaa313a31fef1067251e6ffb1add683504cf8b77cea808620010ff5294bc996aa951f47be38f5c86295de0aeac08a1ba8
|
@@ -99,7 +99,7 @@ module Resque
|
|
99
99
|
end
|
100
100
|
|
101
101
|
def get_next_job(grouped_queues)
|
102
|
-
@n ||=
|
102
|
+
@n ||= 1
|
103
103
|
queue_index = {}
|
104
104
|
grouped_queues.each_with_index do |(key, queue_list), index|
|
105
105
|
queue_list.each do |queue|
|
@@ -131,7 +131,7 @@ module Resque
|
|
131
131
|
job_args = resque_job.args
|
132
132
|
|
133
133
|
# Return to work on job if not a restricted job
|
134
|
-
return resque_job unless job_class.is_a?(ConcurrentRestriction)
|
134
|
+
return resque_job unless job_class.is_a?(Resque::Plugins::ConcurrentRestriction)
|
135
135
|
|
136
136
|
# Keep trying if job is restricted. If job is runnable, we keep the lock until
|
137
137
|
# done_working
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zuora_connect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.54
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Connect Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-01-
|
11
|
+
date: 2019-01-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: apartment
|