souls 1.21.8 → 1.21.9
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1cd807f4db6dbc1d398cfb9f62c2d8c3f31f1cddd0d6861114e0ba612294d344
|
|
4
|
+
data.tar.gz: 46e73736e7402312e43a2afb60c768f7ad2d4f2725050ea016a7cc8b0695e6cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6fa72844bec0cb42baabe68cc55a7df9f873adb9b601cd3026830b89fb0d2e483f334fa256a0ffc9a6d114607a26fa5788975885c3ea89c90326c6e40b07e90a
|
|
7
|
+
data.tar.gz: cd57323fa304ca071bdc27e882349262b4c3f79adde614e0016c5e92d8820eab341aa410cc85096136abc89af08f9c557769bd97af417246ae138bacb6b415f4
|
|
@@ -3,7 +3,7 @@ module SOULs
|
|
|
3
3
|
desc "awake [url]", "Set Ping by Google Cloud Scheduler: Cron e.g. '0 10 * * *' or 'every 10 hours'"
|
|
4
4
|
def awake
|
|
5
5
|
app_name = SOULs.configuration.app.gsub("_", "-")
|
|
6
|
-
worker_names = SOULs.configuration.workers.map
|
|
6
|
+
worker_names = SOULs.configuration.workers.map { |f| f[:name] }
|
|
7
7
|
services = ["souls-#{app_name}-api"]
|
|
8
8
|
worker_names.each { |worker| services << "souls-#{app_name}-#{worker}" }
|
|
9
9
|
|
data/lib/souls/version.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.21.
|
|
1
|
+
1.21.9
|
|
@@ -1 +1 @@
|
|
|
1
|
-
1.21.
|
|
1
|
+
1.21.9
|