async-container-supervisor 0.6.3 → 0.6.4
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/container/supervisor/client.rb +1 -1
- data/lib/async/container/supervisor/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: d8b6fc36efbaa903110cf96b7a36dad650dcd0f872699e04cd0f7f49e75eb492
|
|
4
|
+
data.tar.gz: b48de3c7330a916104fcfb451efd9de6957fb6760b55713fa35307c0c1959eff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e060d79b2dd7eb36eb10bf7866a62ed7bb62085dec6ec2b34829417a7f0c4e71ba3961868bcffe9732a3469b3233dcb669698d5bb4c73f1c369c7331dd4ad7ee
|
|
7
|
+
data.tar.gz: 0e27ebb20d7379e6584d6a6abbbe6afe82dc1053a78625faf28cb13e6358020ec1eeb4f53d72a623e636c23b3abeb4a76547c5edaa00d0777782190689f5c7f7
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/readme.md
CHANGED
|
@@ -22,6 +22,10 @@ Please see the [project documentation](https://socketry.github.io/async-containe
|
|
|
22
22
|
|
|
23
23
|
Please see the [project releases](https://socketry.github.io/async-container-supervisor/releases/index) for all releases.
|
|
24
24
|
|
|
25
|
+
### v0.6.4
|
|
26
|
+
|
|
27
|
+
- Make client task (in supervised worker) transient, so that it doesn't keep the reactor alive unnecessarily. It also won't be stopped by default when SIGINT is received, so that the worker will remain connected to the supervisor until the worker is completely terminated.
|
|
28
|
+
|
|
25
29
|
### v0.6.3
|
|
26
30
|
|
|
27
31
|
- Add agent context documentation.
|
data/releases.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Releases
|
|
2
2
|
|
|
3
|
+
## v0.6.4
|
|
4
|
+
|
|
5
|
+
- Make client task (in supervised worker) transient, so that it doesn't keep the reactor alive unnecessarily. It also won't be stopped by default when SIGINT is received, so that the worker will remain connected to the supervisor until the worker is completely terminated.
|
|
6
|
+
|
|
3
7
|
## v0.6.3
|
|
4
8
|
|
|
5
9
|
- Add agent context documentation.
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|