diff options
author | Valery Piashchynski <[email protected]> | 2021-07-27 12:39:01 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-07-27 12:39:01 +0300 |
commit | 1e59ec2755a9cdafd26864ba532fa4d3eff46ecd (patch) | |
tree | 68c7c7e8d9f4d99debc4895ab8469e323c60f47b /tests/plugins/jobs/amqp | |
parent | d72181126867c7e8fc05e5ac927bd90d01e0dbc7 (diff) |
Initial support for the cancellation via context
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/jobs/amqp')
-rw-r--r-- | tests/plugins/jobs/amqp/.rr-amqp-init.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/plugins/jobs/amqp/.rr-amqp-init.yaml b/tests/plugins/jobs/amqp/.rr-amqp-init.yaml index 44e12d89..5c585372 100644 --- a/tests/plugins/jobs/amqp/.rr-amqp-init.yaml +++ b/tests/plugins/jobs/amqp/.rr-amqp-init.yaml @@ -10,13 +10,14 @@ amqp: addr: amqp://guest:guest@localhost:5672/ logs: - level: info + level: debug encoding: console mode: development jobs: num_pollers: 10 pipeline_size: 100000 + timeout: 1 pool: num_workers: 10 max_jobs: 0 |