funktor 0.7.20 → 0.7.23
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/funktor-testapp/funktor_config/funktor.yml +4 -4
- data/funktor-testapp/funktor_config/resources/cloudwatch_dashboard.yml +329 -278
- data/lib/funktor/cli/templates/funktor_config/resources/cloudwatch_dashboard.yml +234 -191
- data/lib/funktor/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: 14f8da493fd4bd44a1261a69e6ad6e2452ffd585727b0b9e462cffb48c806984
|
4
|
+
data.tar.gz: ea7f0a7d7e0ac3763a08b97065ea326e3717f81e8f83367369c9058921698eab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58cadf75691cd1836f4c2219a5725d3157872951c183843429d343cc9d1028769169a1163f6e6a1ba2d916c8d1c40c4a2103862d8fa7cf9b7b1c00b5fecb5e52
|
7
|
+
data.tar.gz: 8a0a0dd7aa9e0dd5cb7f84dd6741d22ed7107777c390e1914f9987e8f525339835bb82b5d5bccf80e64ddd704142905877218309b64ee511001dfb012d2da99f
|
data/Gemfile.lock
CHANGED
@@ -15,7 +15,7 @@ IncomingJobHandler:
|
|
15
15
|
# Use memory_size to adjust the reousrces (both memory and CPU) available.
|
16
16
|
# For the incoming jobs handler you probably don't need this to be too large,
|
17
17
|
# but if you're seeing large delays at this stage it might help to bump it up.
|
18
|
-
memorySize:
|
18
|
+
memorySize: 128
|
19
19
|
batchSize: 1
|
20
20
|
maximumBatchingWindow: 0
|
21
21
|
visibilityTimeout: 1800
|
@@ -38,7 +38,7 @@ JobActivator:
|
|
38
38
|
# Use memory_size to adjust the reousrces (both memory and CPU) available.
|
39
39
|
# For the job activator you probably don't need this to be too large,
|
40
40
|
# but if you're seeing large delays at this stage it might help to bump it up.
|
41
|
-
memorySize:
|
41
|
+
memorySize: 128
|
42
42
|
batchSize: 1
|
43
43
|
maximumBatchingWindow: 0
|
44
44
|
visibilityTimeout: 1800
|
@@ -64,7 +64,7 @@ DefaultQueueHandler:
|
|
64
64
|
# For the active jobs handler you'll want this to be at least as large as the memory
|
65
65
|
# required to actually do your jobs. You can choose an even higher number to increase
|
66
66
|
# the available CPU to make the jobs run faster.
|
67
|
-
memorySize:
|
67
|
+
memorySize: 128
|
68
68
|
batchSize: 1
|
69
69
|
maximumBatchingWindow: 0
|
70
70
|
visibilityTimeout: 1800
|
@@ -88,7 +88,7 @@ LowConcurrencyQueueHandler:
|
|
88
88
|
# For the active jobs handler you'll want this to be at least as large as the memory
|
89
89
|
# required to actually do your jobs. You can choose an even higher number to increase
|
90
90
|
# the available CPU to make the jobs run faster.
|
91
|
-
memorySize:
|
91
|
+
memorySize: 128
|
92
92
|
batchSize: 1
|
93
93
|
maximumBatchingWindow: 0
|
94
94
|
visibilityTimeout: 1800
|