summaryrefslogtreecommitdiff
path: root/tests/plugins/jobs/sqs/.rr-sqs-declare.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-08-12 11:28:45 +0300
committerValery Piashchynski <[email protected]>2021-08-12 11:28:45 +0300
commit4169e8374f581ba2213f8cd1833cc6b9b84438e8 (patch)
treeb1d911fbd0ef5960c0513553d8be94809db8b14b /tests/plugins/jobs/sqs/.rr-sqs-declare.yaml
parentbf2f7167ae49ecac981c7c18a9b9b496fd0a514c (diff)
Fix various bugs in the SQS. Implement SQS tests for the
jobs_ok.php/jobs_err.php workers. Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/jobs/sqs/.rr-sqs-declare.yaml')
-rw-r--r--tests/plugins/jobs/sqs/.rr-sqs-declare.yaml4
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