diff options
Diffstat (limited to 'tests/plugins/jobs/configs/.rr-jobs-init.yaml')
-rw-r--r-- | tests/plugins/jobs/configs/.rr-jobs-init.yaml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/plugins/jobs/configs/.rr-jobs-init.yaml b/tests/plugins/jobs/configs/.rr-jobs-init.yaml index 80826acc..63ddc70d 100644 --- a/tests/plugins/jobs/configs/.rr-jobs-init.yaml +++ b/tests/plugins/jobs/configs/.rr-jobs-init.yaml @@ -19,8 +19,6 @@ sqs: secret: api-secret region: us-west-1 endpoint: http://localhost:9324 - declare: - MessageRetentionPeriod: 86400 logs: level: info @@ -62,6 +60,7 @@ jobs: pipeline_size: 1000000 queue: test-1-queue exchange: default + exclusive: true exchange_type: direct routing_key: test @@ -81,12 +80,14 @@ jobs: pipeline_size: 1000000 test-3: - # priority: 11 - not defined, 10 by default - # driver locality not specified, local by default driver: sqs pipeline_size: 1000000 queue: default + attributes: + MessageRetentionPeriod: 86400 + tags: + test: "tag" # 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", "test-2-amqp" ] + consume: [ "test-local", "test-local-2", "test-local-3", "test-1", "test-2-amqp", "test-3" ] |