async-service-supervisor-envoy 0.1.0 → 0.2.0
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/service/supervisor/envoy/supervised.rb +1 -1
- data/lib/async/service/supervisor/envoy/version.rb +1 -1
- data/readme.md +4 -0
- 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: 50a07c8f84453334cdae213344ab37e44e8b4ec170fb0f8db3bb75b0385883c1
|
|
4
|
+
data.tar.gz: 897302227c2b0b8d760dac2156f6e4ba11f3d4b325dc4fd57bb3dbb0aa6972f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dfdb7eaa42d25f280a75a31c7aa8b45ab9497f0e7380ffca09b49e060639713076807cea5a9e1265b36c65931002f6b456963309fa41605cf8d309c459abee04
|
|
7
|
+
data.tar.gz: 5e52d5bd10c4f3a53b85de3962dd60bbaee07f86a9113524e87230854a740a7d306632c69e3ba46018e8368fe4635fe5dfecbdf19cfc3a903548289c695a471e
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
|
@@ -16,7 +16,7 @@ module Async
|
|
|
16
16
|
# Prepare and register a worker after its listener has been bound.
|
|
17
17
|
# @parameter instance [Async::Container::Instance] The container instance.
|
|
18
18
|
# @parameter listener [Object] The bound listener descriptor.
|
|
19
|
-
def prepare_worker!(instance, listener
|
|
19
|
+
def prepare_worker!(instance, listener)
|
|
20
20
|
prepare!(instance, state: {endpoint: envoy_endpoint(listener)})
|
|
21
21
|
end
|
|
22
22
|
|
data/readme.md
CHANGED
|
@@ -24,6 +24,10 @@ Please see the [project documentation](https://socketry.github.io/async-service-
|
|
|
24
24
|
|
|
25
25
|
Please see the [project releases](https://socketry.github.io/async-service-supervisor-envoy/releases/index) for all releases.
|
|
26
26
|
|
|
27
|
+
### v0.2.0
|
|
28
|
+
|
|
29
|
+
- Accept the required Falcon listener as a positional worker preparation argument.
|
|
30
|
+
|
|
27
31
|
### v0.1.0
|
|
28
32
|
|
|
29
33
|
- Deduplicate immutable endpoint values reported by multiple supervised workers and aggregate their health.
|
data/releases.md
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|