blue_green_process 0.1.0 → 0.1.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
- data/Gemfile.lock +1 -1
- data/README.md +1 -0
- data/lib/blue_green_process/master_process.rb +2 -2
- data/lib/blue_green_process/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 52701d853a73bdee8a68d84b64f395590122f426d429c16d02429ea39ee04872
|
|
4
|
+
data.tar.gz: b2b537c0446067c400e58a578baa3c6c2fab48db0222864c65abb8066bebd040
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae61b9553e9a7e4af24b2d0371ba8ed60273e177b62f6ecc92115e643852bf02d67c4f5b5c32ad4f849cb37fc8b0116004299988654bb80f7335075d216e7889
|
|
7
|
+
data.tar.gz: 9965a927dca526abc3143d7f471eb87ba5ffc987abe3c4d66a740c4621c5a62d431db249ce05eacf5129c0032e4cb81618ae179961a2db96844c6054605b6895
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -47,8 +47,8 @@ module BlueGreenProcess
|
|
|
47
47
|
if process_status == BlueGreenProcess::PROCESS_STATUS_INACTIVE
|
|
48
48
|
warn "Should not be able to run in this status"
|
|
49
49
|
end
|
|
50
|
-
|
|
51
|
-
BlueGreenProcess.debug_log "#{label}'ll work(#{$PROCESS_ID})"
|
|
50
|
+
# too verbose
|
|
51
|
+
# BlueGreenProcess.debug_log "#{label}'ll work(#{$PROCESS_ID})"
|
|
52
52
|
worker_instance.work(*label)
|
|
53
53
|
child_write.puts BlueGreenProcess::PROCESS_RESPONSE
|
|
54
54
|
else
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blue_green_process
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- jiikko
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-08-
|
|
11
|
+
date: 2022-08-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A library that solves GC bottlenecks with multi-process.
|
|
14
14
|
email:
|