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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/async/job/adapter/active_job/service.rb +1 -1
- data/lib/async/job/adapter/active_job/version.rb +1 -1
- data/readme.md +4 -4
- data/releases.md +4 -0
- data.tar.gz.sig +0 -0
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b0c569546d84716c698c454c8059a052ecf04c033f67ef25b464f46c73667390
|
4
|
+
data.tar.gz: b2fc8649e06a089da7e691319fc9f7bdb430c5120c3854b9b8ae84a0b61d9c9c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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,
|
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)
|
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
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|