async-job-adapter-active_job 0.16.2 → 0.16.3

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: 6b0439b444fdb04d9faca56775cd19ba87604bf6912ab75899c96240faca8c0f
4
- data.tar.gz: 56ef92c2681151ec12b4ac2f5cd0ead9531c32fc4a462449d336318c6fce8bed
3
+ metadata.gz: b0c569546d84716c698c454c8059a052ecf04c033f67ef25b464f46c73667390
4
+ data.tar.gz: b2fc8649e06a089da7e691319fc9f7bdb430c5120c3854b9b8ae84a0b61d9c9c
5
5
  SHA512:
6
- metadata.gz: 94cae1b72d1ca8eb76fa234d8bc25046f0e4919fabf8d122a0b84d10d6bfdd34ad78fcd8cd1841d2fa8d867c1989a98c904fe6e9cc394e3b198dfd713e42fed6
7
- data.tar.gz: 6327f5537307912accffee85fa2ed686729dc30feffdedb8749a8d0f0749a42b03a2e2c391fb2532873e0428a2e6be7ea3f4a81312763a00d8bfb7ab8654b08d
6
+ metadata.gz: 8d828d19b11a6665c7e29df326c2bd9617862b1b8a3ef6e33eaeceb4329bd5ace2b5ab64349b306fd09f3f9a6bbecfb4c76f7a869bf6a1023a403c99ba3a9986
7
+ data.tar.gz: 6d18ec31378c101ab866ff430086aa7a00c87e0624dbb831cb1102c5fa12d9bbb42f847a7efa741ce31220565dde7ec02407a9e533f0cba1c29ae90f9ec8b1e2
checksums.yaml.gz.sig CHANGED
Binary file
@@ -20,7 +20,7 @@ module Async
20
20
  container_options = @evaluator.container_options
21
21
  health_check_timeout = container_options[:health_check_timeout]
22
22
 
23
- container.run(name: self.name, restart: true) do |instance|
23
+ container.run(name: self.name, **container_options) do |instance|
24
24
  evaluator = @environment.evaluator
25
25
 
26
26
  require File.expand_path("config/environment", evaluator.root)
@@ -7,7 +7,7 @@ module Async
7
7
  module Job
8
8
  module Adapter
9
9
  module ActiveJob
10
- VERSION = "0.16.2"
10
+ VERSION = "0.16.3"
11
11
  end
12
12
  end
13
13
  end
data/readme.md CHANGED
@@ -14,6 +14,10 @@ Please see the [project documentation](https://socketry.github.io/async-job-adap
14
14
 
15
15
  Please see the [project releases](https://socketry.github.io/async-job-adapter-active_job/releases/index) for all releases.
16
16
 
17
+ ### v0.16.3
18
+
19
+ - Actually use `container_options`. I have been working too much.
20
+
17
21
  ### v0.16.2
18
22
 
19
23
  - Add default count (nil = process count).
@@ -60,10 +64,6 @@ Please see the [project releases](https://socketry.github.io/async-job-adapter-a
60
64
 
61
65
  - Improved error handling - let ActiveJob handle retry logic.
62
66
 
63
- ### v0.11.0
64
-
65
- - Prefer `define_queue` and `alias_queue` methods for queue configuration.
66
-
67
67
  ## Contributing
68
68
 
69
69
  We welcome contributions to this project.
data/releases.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Releases
2
2
 
3
+ ## v0.16.3
4
+
5
+ - Actually use `container_options`. I have been working too much.
6
+
3
7
  ## v0.16.2
4
8
 
5
9
  - Add default count (nil = process count).
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: async-job-adapter-active_job
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.2
4
+ version: 0.16.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file