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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad71770c6717fe41a49b28a2f4614e7f539d572332805e44cc8f857d0c6cc404
4
- data.tar.gz: 2f2ed9f22cce34b84f85c132f87b5c3296b539530ea26d0127a24dacdc4b5aac
3
+ metadata.gz: d8b6fc36efbaa903110cf96b7a36dad650dcd0f872699e04cd0f7f49e75eb492
4
+ data.tar.gz: b48de3c7330a916104fcfb451efd9de6957fb6760b55713fa35307c0c1959eff
5
5
  SHA512:
6
- metadata.gz: 360ca6f0fe692937d47579307d9abd59f4879ce4eef88d927b32441eb71f40ac827ea63bc66e2c45b9b489072385de13f49c2bfb2698ab0ff878853d6a34d768
7
- data.tar.gz: 8c655ae5432df6b742660ca02251b8f7d25ca2b8a2937aa59d66cf485b562e7abc9f1bd7154cdded585f0e773de40dc9c1bb93871871a56f8cda5288ae61fc60
6
+ metadata.gz: e060d79b2dd7eb36eb10bf7866a62ed7bb62085dec6ec2b34829417a7f0c4e71ba3961868bcffe9732a3469b3233dcb669698d5bb4c73f1c369c7331dd4ad7ee
7
+ data.tar.gz: 0e27ebb20d7379e6584d6a6abbbe6afe82dc1053a78625faf28cb13e6358020ec1eeb4f53d72a623e636c23b3abeb4a76547c5edaa00d0777782190689f5c7f7
checksums.yaml.gz.sig CHANGED
Binary file
@@ -45,7 +45,7 @@ module Async
45
45
 
46
46
  # Run the client in a loop, reconnecting if necessary.
47
47
  def run
48
- Async do
48
+ Async(annotation: "Supervisor Client", transient: true) do
49
49
  loop do
50
50
  connection = connect!
51
51
 
@@ -6,7 +6,7 @@
6
6
  module Async
7
7
  module Container
8
8
  module Supervisor
9
- VERSION = "0.6.3"
9
+ VERSION = "0.6.4"
10
10
  end
11
11
  end
12
12
  end
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
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: async-container-supervisor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file