async-service 0.18.0 → 0.18.1
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 +2 -3
- data/lib/async/service/managed_service.rb +2 -2
- data/lib/async/service/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: 9a133d45fe4dd738fa104a0df7d8ff74279856b7f9eeb1567b22e19eab58e4c0
|
|
4
|
+
data.tar.gz: 5c655ba303639dbb3040cc84b211ebf117b7bf45af044471ee9e3ab91397b36c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 136b018820c0227c4755803b82ad6857e059b48cf70e10b7fca4bfd793a16f8586ee0750ba314f18e8b3fb2b719998ca22d04fb110823a1b65c11c253e638ee5
|
|
7
|
+
data.tar.gz: 537237974adbfc334426e998a289f7ce48af50d82a9c8a443790207b801f068938374bde1683b4666daac94dd3c37b9feff9aa890a768e8e77c3bddc3ec70250
|
checksums.yaml.gz.sig
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
Fݔ��Vacl]0��mv)ߌ��;��mxa|naf���S���BC�?b �V)%Ja
|
|
2
|
+
���3����~E`~��4`��ܷR빗�T���p``��W3��
|
|
@@ -62,7 +62,7 @@ module Async
|
|
|
62
62
|
# @parameter clock [Async::Clock] The monotonic start time from {Async::Clock.start}.
|
|
63
63
|
def emit_prepared(instance, clock)
|
|
64
64
|
# Override in subclasses as needed.
|
|
65
|
-
Console.info(self, "Prepared...", duration: clock.total)
|
|
65
|
+
# Console.info(self, "Prepared...", duration: clock.total)
|
|
66
66
|
end
|
|
67
67
|
|
|
68
68
|
# Called after the service has started running.
|
|
@@ -73,7 +73,7 @@ module Async
|
|
|
73
73
|
# @parameter clock [Async::Clock] The monotonic start time from {Async::Clock.start}.
|
|
74
74
|
def emit_running(instance, clock)
|
|
75
75
|
# Override in subclasses as needed.
|
|
76
|
-
Console.info(self, "Running...", duration: clock.total)
|
|
76
|
+
# Console.info(self, "Running...", duration: clock.total)
|
|
77
77
|
end
|
|
78
78
|
|
|
79
79
|
# Set up the container with health checking and process title formatting.
|
data/readme.md
CHANGED
|
@@ -29,6 +29,10 @@ Please see the [project documentation](https://socketry.github.io/async-service/
|
|
|
29
29
|
|
|
30
30
|
Please see the [project releases](https://socketry.github.io/async-service/releases/index) for all releases.
|
|
31
31
|
|
|
32
|
+
### v0.18.1
|
|
33
|
+
|
|
34
|
+
- Remove prepared and running log messages - not as useful as I imagined, and quite noisy.
|
|
35
|
+
|
|
32
36
|
### v0.18.0
|
|
33
37
|
|
|
34
38
|
- Start health checker earlier in the process. Use `#healthy!` message instead of `#ready!`.
|
|
@@ -74,10 +78,6 @@ Please see the [project releases](https://socketry.github.io/async-service/relea
|
|
|
74
78
|
|
|
75
79
|
- Add convenient `Configuration.build{...}` method for constructing inline configurations.
|
|
76
80
|
|
|
77
|
-
### v0.11.0
|
|
78
|
-
|
|
79
|
-
- Allow builder with argument for more flexible configuration construction.
|
|
80
|
-
|
|
81
81
|
## Contributing
|
|
82
82
|
|
|
83
83
|
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
|