summaryrefslogtreecommitdiff
path: root/tests/plugins/jobs/beanstalk/.rr-beanstalk-init.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-07-23 01:25:12 +0300
committerValery Piashchynski <[email protected]>2021-07-23 01:25:12 +0300
commit3f45d2c008c95daa923fef0c4c9022b2be462971 (patch)
treeedb88b5470c448da2647715633f383d98818c7fb /tests/plugins/jobs/beanstalk/.rr-beanstalk-init.yaml
parented36f3ef0d18354ab18848aae488d139aefd1146 (diff)
Update beanstalk options. Fix tube priority (correctly pass to the Put
method). Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/jobs/beanstalk/.rr-beanstalk-init.yaml')
-rw-r--r--tests/plugins/jobs/beanstalk/.rr-beanstalk-init.yaml30
1 files changed, 10 insertions, 20 deletions
diff --git a/tests/plugins/jobs/beanstalk/.rr-beanstalk-init.yaml b/tests/plugins/jobs/beanstalk/.rr-beanstalk-init.yaml
index 5ca45b7d..c73ed961 100644
--- a/tests/plugins/jobs/beanstalk/.rr-beanstalk-init.yaml
+++ b/tests/plugins/jobs/beanstalk/.rr-beanstalk-init.yaml
@@ -28,28 +28,18 @@ jobs:
pipelines:
test-1:
- driver: amqp
- prefetch: 100
- queue: test-1-queue
- priority: 1
- exchange: default
- exchange_type: direct
- routing_key: test-1
- exclusive: false
- multiple_ack: false
- requeue_on_fail: false
+ driver: beanstalk
+ priority: 11
+ tube_priority: 1
+ tube: default-1
+ reserve_timeout: 10s
test-2:
- driver: amqp
- prefetch: 100
- queue: test-2-queue
- priority: 2
- exchange: default
- exchange_type: direct
- routing_key: test-2
- exclusive: false
- multiple_ack: false
- requeue_on_fail: false
+ driver: beanstalk
+ priority: 11
+ tube_priority: 3
+ tube: default-2
+ reserve_timeout: 10s
# list of pipelines to be consumed by the server, keep empty if you want to start consuming manually