From 589f759cc2411319adbca2ece0dbe212407d1eba Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Sun, 11 Jul 2021 10:11:22 +0300 Subject: Update informer interface to return slice of pointers (do not over-copy the Stat structure). Make amqp Push concurrent safe. Signed-off-by: Valery Piashchynski --- tests/plugins/jobs/configs/.rr-jobs-init.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tests/plugins/jobs/configs/.rr-jobs-init.yaml') diff --git a/tests/plugins/jobs/configs/.rr-jobs-init.yaml b/tests/plugins/jobs/configs/.rr-jobs-init.yaml index 6ff2ab70..93c978c2 100644 --- a/tests/plugins/jobs/configs/.rr-jobs-init.yaml +++ b/tests/plugins/jobs/configs/.rr-jobs-init.yaml @@ -23,6 +23,9 @@ sqs: declare: MessageRetentionPeriod: 86400 +logs: + level: debug + mode: development jobs: # num logical cores by default @@ -65,7 +68,7 @@ jobs: test-2-amqp: driver: amqp priority: 2 - pipeline_size: 1000 + pipeline_size: 100000 queue: test-2-queue exchange: default exchange_type: direct @@ -85,5 +88,5 @@ jobs: queue: default # list of pipelines to be consumed by the server, keep empty if you want to start consuming manually - consume: [ "test-local", "test-local-2", "test-local-3", "test-1" ] + consume: [ "test-local", "test-local-2", "test-local-3", "test-1", "test-2-amqp" ] -- cgit v1.2.3