funktor 0.7.11 → 0.7.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -67,3 +67,7 @@ queues:
67
67
  # https://zaccharles.medium.com/reproducing-the-sqs-trigger-and-lambda-concurrency-limit-issue-f4c09d384a18
68
68
  reservedConcurrency: 10
69
69
 
70
+ # Here you can specify a list of worker that you want to monitor closely.
71
+ # If you don't specify a list we'll set up detailed monitoring for all workers.
72
+ #primaryWorkers:
73
+ #- HelloWorker
@@ -1,3 +1,3 @@
1
1
  module Funktor
2
- VERSION = "0.7.11"
2
+ VERSION = "0.7.14"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: funktor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.11
4
+ version: 0.7.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Green
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-18 00:00:00.000000000 Z
11
+ date: 2022-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-sqs