diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/plugins/jobs/configs/.rr-jobs-init.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
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 |