timeout_job 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: 22d5db1b5b39e18efbacba712041b9084c294a224dcdebc75186e12406e56590
4
- data.tar.gz: b79c191beee177e930b73c695f4b91cd99f2ba43e9fac856158853c6b05a373d
3
+ metadata.gz: 23bd018407b869fd1da308194ffd1b2a105b2987a9259fff9a820b36facfaca8
4
+ data.tar.gz: a44ec1ce2de6ac0f95cc75671b432639dd1dc206d7112aea8936f55374372e0b
5
5
  SHA512:
6
- metadata.gz: 93ee555808e74d11b020fb3611b788cc9af5f56e8b23c0c855a16f796d781087351a721cd16fd8e3f81995bd7985f7b79ef8f5175e0a3902d13bc26b4c752ff3
7
- data.tar.gz: 9637f08f2e52bbb6f0ffebec153b4a0a1faf02e3cacaac1445389f9969a470ae98a2707323e75cb20ef3fd25ad60b5dc2b10fe81f510ff0b392467f057fdac64
6
+ metadata.gz: 84887d364c09091c850be1c0228077de423cb9294439309ab1a11180229160f61da64cee7f698d43be02513660e565e4c119eff2df9d9467790af548929c73b0
7
+ data.tar.gz: 6e90e13ba86c6b2eee1250a6910ed22c32393e825cd148101fc4fdd1578dda08a97f913ecf86e87543a086a59b6887761733946b34216aaa740ee5c33f44b70e
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- timeout_job (0.1.0)
4
+ timeout_job (0.1.1)
5
5
  sidekiq (> 6.0, < 7.0)
6
6
 
7
7
  GEM
@@ -11,7 +11,7 @@ module TimeoutJob
11
11
 
12
12
  if timeout?
13
13
  logger.info "job execution is timed out. timeout_in=#{worker.timeout_in} args=#{truncate(msg['args'].inspect)}"
14
- perform_callback(worker, :after_timeout, args)
14
+ perform_callback(worker, :after_timeout, msg['args'])
15
15
  nil
16
16
  else
17
17
  result
@@ -1,3 +1,3 @@
1
1
  module TimeoutJob
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timeout_job
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ts-3156