diff options
author | Valery Piashchynski <[email protected]> | 2021-06-22 09:54:53 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-06-22 09:54:53 +0300 |
commit | 260d69c21fba6d763d05dc5693689ddf7ce7bfe2 (patch) | |
tree | 0d0b8bb5704a60cbf2d805322dc200e5b1a113be /plugins/jobs/oooold/tests/.rr.yaml | |
parent | 41bb9fa5938125217a075c60f1e39dc3a9a27537 (diff) |
- Temporary turn off CI
- Remove old PHP tests
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'plugins/jobs/oooold/tests/.rr.yaml')
-rw-r--r-- | plugins/jobs/oooold/tests/.rr.yaml | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/plugins/jobs/oooold/tests/.rr.yaml b/plugins/jobs/oooold/tests/.rr.yaml deleted file mode 100644 index 2fd323db..00000000 --- a/plugins/jobs/oooold/tests/.rr.yaml +++ /dev/null @@ -1,63 +0,0 @@ -jobs: - # worker pool configuration - workers: - command: "php consumer.php" - pool: - numWorkers: 4 - - # rabbitmq and similar servers - amqp: - addr: amqp://guest:guest@localhost:5672/ - - # beanstalk configuration - beanstalk: - addr: tcp://localhost:11300 - - # amazon sqs configuration - sqs: - key: api-key - secret: api-secret - region: us-west-1 - endpoint: http://localhost:9324 - - # job destinations and options - dispatch: - spiral-jobs-tests-amqp-*.pipeline: amqp - spiral-jobs-tests-local-*.pipeline: local - spiral-jobs-tests-beanstalk-*.pipeline: beanstalk - spiral-jobs-tests-sqs-*.pipeline: sqs - - # list of broker pipelines associated with endpoints - pipelines: - local: - broker: ephemeral - - amqp: - broker: amqp - queue: default - - beanstalk: - broker: beanstalk - tube: default - - sqs: - broker: sqs - queue: default - declare: - MessageRetentionPeriod: 86400 - - # list of pipelines to be consumed by the server, keep empty if you want to start consuming manually - consume: ["local", "amqp", "beanstalk", "sqs"] - -metrics: - address: localhost:2112 - -# monitors rr server(s) -limit: - interval: 1 - services: - jobs: - maxMemory: 100 - TTL: 0 - idleTTL: 0 - execTTL: 60
\ No newline at end of file |