From fa57fa609d14e4ebf4cbffc154804402906eecaa Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Sat, 10 Jul 2021 01:38:36 +0300 Subject: Properly parse amqp items (jobs). Signed-off-by: Valery Piashchynski --- tests/plugins/jobs/configs/.rr-jobs-init.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/plugins/jobs/configs') diff --git a/tests/plugins/jobs/configs/.rr-jobs-init.yaml b/tests/plugins/jobs/configs/.rr-jobs-init.yaml index 37fce8e2..6ff2ab70 100644 --- a/tests/plugins/jobs/configs/.rr-jobs-init.yaml +++ b/tests/plugins/jobs/configs/.rr-jobs-init.yaml @@ -62,6 +62,15 @@ jobs: exchange_type: direct routing_key: test + test-2-amqp: + driver: amqp + priority: 2 + pipeline_size: 1000 + queue: test-2-queue + exchange: default + exchange_type: direct + routing_key: test-2 + test-2: driver: beanstalk priority: 11 -- cgit v1.2.3