diff options
Diffstat (limited to 'tests/plugins/jobs/configs/.rr-jobs-init.yaml')
-rw-r--r-- | tests/plugins/jobs/configs/.rr-jobs-init.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/plugins/jobs/configs/.rr-jobs-init.yaml b/tests/plugins/jobs/configs/.rr-jobs-init.yaml index 6efc760b..80826acc 100644 --- a/tests/plugins/jobs/configs/.rr-jobs-init.yaml +++ b/tests/plugins/jobs/configs/.rr-jobs-init.yaml @@ -1,5 +1,5 @@ rpc: - listen: unix:///tmp/rr.sock + listen: tcp://127.0.0.1:6001 server: command: "php ../../client.php echo pipes" @@ -23,12 +23,13 @@ sqs: MessageRetentionPeriod: 86400 logs: - level: debug + level: info + encoding: console mode: development jobs: # num logical cores by default - num_pollers: 64 + num_pollers: 10 # 1mi by default pipeline_size: 100000 # worker pool configuration |