diff options
author | Valery Piashchynski <[email protected]> | 2021-07-10 01:38:36 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-07-10 01:39:09 +0300 |
commit | fa57fa609d14e4ebf4cbffc154804402906eecaa (patch) | |
tree | 22bb3ab2c1f9ea9bd8f54f76d471f9bfc556ff75 /tests | |
parent | 242022e4a64acef9eda87fa1b8b3b026d693b332 (diff) |
Properly parse amqp items (jobs).
Signed-off-by: Valery Piashchynski <[email protected]>
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 |