diff options
Diffstat (limited to 'tests/plugins/jobs/sqs/.rr-sqs-declare.yaml')
-rw-r--r-- | tests/plugins/jobs/sqs/.rr-sqs-declare.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/plugins/jobs/sqs/.rr-sqs-declare.yaml b/tests/plugins/jobs/sqs/.rr-sqs-declare.yaml index c4eb9cf9..21209cbb 100644 --- a/tests/plugins/jobs/sqs/.rr-sqs-declare.yaml +++ b/tests/plugins/jobs/sqs/.rr-sqs-declare.yaml @@ -2,7 +2,7 @@ rpc: listen: tcp://127.0.0.1:6001 server: - command: "php ../../client.php echo pipes" + command: "php ../../jobs_ok.php" relay: "pipes" relay_timeout: "20s" @@ -20,7 +20,7 @@ logs: mode: development jobs: - num_pollers: 10 + num_pollers: 1 pipeline_size: 100000 pool: num_workers: 10 |