From c28445f59fa931980f33d05e04832f4f5c43f1a6 Mon Sep 17 00:00:00 2001 From: Martin Kulich Date: Tue, 16 Aug 2022 14:20:01 +0200 Subject: [PATCH] Support multiple workers --- lib/fluent/plugin/out_detect_exceptions.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/fluent/plugin/out_detect_exceptions.rb b/lib/fluent/plugin/out_detect_exceptions.rb index cca85d1..98c4785 100644 --- a/lib/fluent/plugin/out_detect_exceptions.rb +++ b/lib/fluent/plugin/out_detect_exceptions.rb @@ -41,6 +41,10 @@ class DetectExceptionsOutput < Output Fluent::Plugin.register_output('detect_exceptions', self) + def multi_workers_ready? + true + end + def configure(conf) super