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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '03120584ac51225806cc8f79c405b7cb2d60cd4f61a28cbce5868558ac25891c'
4
- data.tar.gz: fac14c67398dd40a61f06a9f13032b6739b2f5b694032585d9ec46be558fefe1
3
+ metadata.gz: 14f8da493fd4bd44a1261a69e6ad6e2452ffd585727b0b9e462cffb48c806984
4
+ data.tar.gz: ea7f0a7d7e0ac3763a08b97065ea326e3717f81e8f83367369c9058921698eab
5
5
  SHA512:
6
- metadata.gz: 4edd388e3bde760b092353fcdbac9ea5a6096418c1297cd619ac0653b0196ca921592e32abc53951ad82e211b7fcc690343645018b4fc32b6b2a5c8377bc9252
7
- data.tar.gz: 732591adcd1b4a257e7f381812fd92f4200a0756b91d6380117f05271d439af9c9fa7eadc07355f0b1dd6d993e2a7c85eed58d8369c193f61109b0d0ac03dfb5
6
+ metadata.gz: 58cadf75691cd1836f4c2219a5725d3157872951c183843429d343cc9d1028769169a1163f6e6a1ba2d916c8d1c40c4a2103862d8fa7cf9b7b1c00b5fecb5e52
7
+ data.tar.gz: 8a0a0dd7aa9e0dd5cb7f84dd6741d22ed7107777c390e1914f9987e8f525339835bb82b5d5bccf80e64ddd704142905877218309b64ee511001dfb012d2da99f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- funktor (0.7.20)
4
+ funktor (0.7.23)
5
5
  activesupport
6
6
  aws-sdk-dynamodb (~> 1.62)
7
7
  aws-sdk-sqs (~> 1.37)
@@ -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: 256
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: 256
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: 256
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: 256
91
+ memorySize: 128
92
92
  batchSize: 1
93
93
  maximumBatchingWindow: 0
94
94
  visibilityTimeout: 1800