Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elwood Optimize /subscriptions call #3645

Merged
merged 3 commits into from
Jan 27, 2025
Merged

Elwood Optimize /subscriptions call #3645

merged 3 commits into from
Jan 27, 2025

Conversation

akuzni2
Copy link
Collaborator

@akuzni2 akuzni2 commented Jan 27, 2025

Description

Reduce the amount of subscription check API calls to when the EA receives new subscription requests that are not in the subscription set. This can happen in these cases:

  • subscription item expires
  • new subscription
  • Provider WS connection is reset (here)

In the current scenario we are unnecessarily calling /subscriptions endpoint on every background loop execute here

Steps to Test

Unit tests via yarn test

E2E test Locally:

  • Start the EA
  • Make a request for some pair
    • observe that the call to /subscriptions will only happen if you make an EA request with a pair that is not already in the subscription set

Quality Assurance

  • If a new adapter was made, or an existing one was modified so that its environment variables have changed, update the relevant infra-k8s configuration file.
  • If a new adapter was made, or an existing one was modified so that its environment variables have changed, update the relevant adapter-secrets configuration file or update the soak testing blacklist.
  • If a new adapter was made, or a new endpoint was added, update the test-payload.json file with relevant requests.
  • The branch naming follows git flow (feature/x, chore/x, release/x, hotfix/x, fix/x) or is created from Jira.
  • This is related to a maximum of one Jira story or GitHub issue.
  • Types are safe (avoid TypeScript/TSLint features like any and disable, instead use more specific types).
  • All code changes have 100% unit and integration test coverage. If testing is not applicable or too difficult to justify doing, the reasoning should be documented explicitly in the PR.

Copy link

changeset-bot bot commented Jan 27, 2025

🦋 Changeset detected

Latest commit: 7e2780a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@chainlink/elwood-adapter Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@cl-ea-js-service
Copy link

⚠️ Soak test failed for elwood ⚠️

running (09m19.8s), 1/1 VUs, 83122 complete and 0 interrupted iterations
default   [  93% ] 1 VUs  09m19.8s/10m0s

running (09m20.8s), 1/1 VUs, 83332 complete and 0 interrupted iterations
default   [  93% ] 1 VUs  09m20.8s/10m0s

running (09m21.8s), 1/1 VUs, 83568 complete and 0 interrupted iterations
default   [  94% ] 1 VUs  09m21.8s/10m0s

running (09m22.8s), 1/1 VUs, 83785 complete and 0 interrupted iterations
default   [  94% ] 1 VUs  09m22.8s/10m0s

running (09m23.8s), 1/1 VUs, 84023 complete and 0 interrupted iterations
default   [  94% ] 1 VUs  09m23.8s/10m0s

running (09m24.8s), 1/1 VUs, 84235 complete and 0 interrupted iterations
default   [  94% ] 1 VUs  09m24.8s/10m0s

running (09m25.8s), 1/1 VUs, 84477 complete and 0 interrupted iterations
default   [  94% ] 1 VUs  09m25.8s/10m0s

running (09m26.8s), 1/1 VUs, 84697 complete and 0 interrupted iterations
default   [  94% ] 1 VUs  09m26.8s/10m0s

running (09m27.8s), 1/1 VUs, 84940 complete and 0 interrupted iterations
default   [  95% ] 1 VUs  09m27.8s/10m0s

running (09m28.8s), 1/1 VUs, 85155 complete and 0 interrupted iterations
default   [  95% ] 1 VUs  09m28.8s/10m0s

running (09m29.8s), 1/1 VUs, 85400 complete and 0 interrupted iterations
default   [  95% ] 1 VUs  09m29.8s/10m0s

running (09m30.8s), 1/1 VUs, 85611 complete and 0 interrupted iterations
default   [  95% ] 1 VUs  09m30.8s/10m0s

running (09m31.8s), 1/1 VUs, 85853 complete and 0 interrupted iterations
default   [  95% ] 1 VUs  09m31.8s/10m0s

running (09m32.8s), 1/1 VUs, 86064 complete and 0 interrupted iterations
default   [  95% ] 1 VUs  09m32.8s/10m0s

running (09m33.8s), 1/1 VUs, 86301 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m33.8s/10m0s

running (09m34.8s), 1/1 VUs, 86523 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m34.8s/10m0s

running (09m35.8s), 1/1 VUs, 86777 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m35.8s/10m0s

running (09m36.8s), 1/1 VUs, 86991 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m36.8s/10m0s

running (09m37.8s), 1/1 VUs, 87236 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m37.8s/10m0s

running (09m38.8s), 1/1 VUs, 87455 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m38.8s/10m0s

running (09m39.8s), 1/1 VUs, 87674 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m39.8s/10m0s

running (09m40.8s), 1/1 VUs, 87901 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m40.8s/10m0s

running (09m41.8s), 1/1 VUs, 88134 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m41.8s/10m0s

running (09m42.8s), 1/1 VUs, 88338 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m42.8s/10m0s

running (09m43.8s), 1/1 VUs, 88580 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m43.8s/10m0s

running (09m44.8s), 1/1 VUs, 88783 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m44.8s/10m0s

running (09m45.8s), 1/1 VUs, 89018 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m45.8s/10m0s

running (09m46.8s), 1/1 VUs, 89214 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m46.8s/10m0s

running (09m47.8s), 1/1 VUs, 89458 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m47.8s/10m0s

running (09m48.8s), 1/1 VUs, 89663 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m48.8s/10m0s

running (09m49.8s), 1/1 VUs, 89889 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m49.8s/10m0s

running (09m50.8s), 1/1 VUs, 90095 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m50.8s/10m0s

running (09m51.8s), 1/1 VUs, 90336 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m51.8s/10m0s

running (09m52.8s), 1/1 VUs, 90559 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m52.8s/10m0s

running (09m53.8s), 1/1 VUs, 90803 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m53.8s/10m0s

running (09m54.8s), 1/1 VUs, 91016 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m54.8s/10m0s

running (09m55.8s), 1/1 VUs, 91256 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m55.8s/10m0s

running (09m56.8s), 1/1 VUs, 91468 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m56.8s/10m0s

running (09m57.8s), 1/1 VUs, 91716 complete and 0 interrupted iterations
default   [ 100% ] 1 VUs  09m57.8s/10m0s

running (09m58.8s), 1/1 VUs, 91920 complete and 0 interrupted iterations
default   [ 100% ] 1 VUs  09m58.8s/10m0s

running (09m59.8s), 1/1 VUs, 92170 complete and 0 interrupted iterations
default   [ 100% ] 1 VUs  09m59.8s/10m0s

     ✗ Group-elwood-test-payload-0 returned 200
      ↳  0% — ✓ 0 / ✗ 72075
     ✗ Group-elwood-test-payload-1 returned 200
      ↳  0% — ✓ 0 / ✗ 20145

     checks.....................: 0.00%   ✓ 0          ✗ 92220
     data_received..............: 57 MB   95 kB/s
     data_sent..................: 24 MB   41 kB/s
     errors.....................: 100.00% ✓ 66         ✗ 0    
     http_req_blocked...........: avg=1.13µs   min=99ns     med=280ns   max=53.16ms  p(90)=429ns    p(95)=531ns   
     http_req_connecting........: avg=73ns     min=0s       med=0s      max=872.21µs p(90)=0s       p(95)=0s      
   ✓ http_req_duration..........: avg=4.83ms   min=969.07µs med=2.19ms  max=2.23s    p(90)=4.43ms   p(95)=6.66ms  
   ✗ http_req_failed............: 100.00% ✓ 184374     ✗ 0    
     http_req_receiving.........: avg=201.31µs min=8.71µs   med=54.21µs max=85.76ms  p(90)=103.08µs p(95)=129.64µs
     http_req_sending...........: avg=108.97µs min=0s       med=77.64µs max=80.22ms  p(90)=127.08µs p(95)=151.54µs
     http_req_tls_handshaking...: avg=656ns    min=0s       med=0s      max=52.28ms  p(90)=0s       p(95)=0s      
     http_req_waiting...........: avg=4.52ms   min=0s       med=2.03ms  max=2.23s    p(90)=4.22ms   p(95)=5.92ms  
     http_reqs..................: 184374  307.289595/s
     iteration_duration.........: avg=6.46ms   min=1.19ms   med=2.49ms  max=5s       p(90)=4.9ms    p(95)=8.67ms  
     iterations.................: 92187   153.644798/s
     vus........................: 1       min=1        max=1  
     vus_max....................: 1       min=1        max=1  


running (10m00.0s), 0/1 VUs, 92187 complete and 0 interrupted iterations
default ✓ [ 100% ] 1 VUs  10m0s
✔️ Assertions loaded: 1, applied: 1
Applied:
Assertion applied: {"request":{},"expectedResponse":{"result":{"greaterThan":0}}}

Failed:
(no failed assertions)
Output sample
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

Assertion loaded: {"request":{},"expectedResponse":{"result":{"greaterThan":0}}}
thresholds on metrics 'http_req_failed' have been crossed

@cl-ea-js-service
Copy link

⚠️ Soak test failed for elwood ⚠️

running (09m19.8s), 1/1 VUs, 82565 complete and 0 interrupted iterations
default   [  93% ] 1 VUs  09m19.8s/10m0s

running (09m20.8s), 1/1 VUs, 82785 complete and 0 interrupted iterations
default   [  93% ] 1 VUs  09m20.8s/10m0s

running (09m21.8s), 1/1 VUs, 83017 complete and 0 interrupted iterations
default   [  94% ] 1 VUs  09m21.8s/10m0s

running (09m22.8s), 1/1 VUs, 83233 complete and 0 interrupted iterations
default   [  94% ] 1 VUs  09m22.8s/10m0s

running (09m23.8s), 1/1 VUs, 83476 complete and 0 interrupted iterations
default   [  94% ] 1 VUs  09m23.8s/10m0s

running (09m24.8s), 1/1 VUs, 83682 complete and 0 interrupted iterations
default   [  94% ] 1 VUs  09m24.8s/10m0s

running (09m25.8s), 1/1 VUs, 83920 complete and 0 interrupted iterations
default   [  94% ] 1 VUs  09m25.8s/10m0s

running (09m26.8s), 1/1 VUs, 84119 complete and 0 interrupted iterations
default   [  94% ] 1 VUs  09m26.8s/10m0s

running (09m27.8s), 1/1 VUs, 84348 complete and 0 interrupted iterations
default   [  95% ] 1 VUs  09m27.8s/10m0s

running (09m28.8s), 1/1 VUs, 84562 complete and 0 interrupted iterations
default   [  95% ] 1 VUs  09m28.8s/10m0s

running (09m29.8s), 1/1 VUs, 84792 complete and 0 interrupted iterations
default   [  95% ] 1 VUs  09m29.8s/10m0s

running (09m30.8s), 1/1 VUs, 85001 complete and 0 interrupted iterations
default   [  95% ] 1 VUs  09m30.8s/10m0s

running (09m31.8s), 1/1 VUs, 85232 complete and 0 interrupted iterations
default   [  95% ] 1 VUs  09m31.8s/10m0s

running (09m32.8s), 1/1 VUs, 85445 complete and 0 interrupted iterations
default   [  95% ] 1 VUs  09m32.8s/10m0s

running (09m33.8s), 1/1 VUs, 85685 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m33.8s/10m0s

running (09m34.8s), 1/1 VUs, 85896 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m34.8s/10m0s

running (09m35.8s), 1/1 VUs, 86131 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m35.8s/10m0s

running (09m36.8s), 1/1 VUs, 86344 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m36.8s/10m0s

running (09m37.8s), 1/1 VUs, 86583 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m37.8s/10m0s

running (09m38.8s), 1/1 VUs, 86788 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m38.8s/10m0s

running (09m39.8s), 1/1 VUs, 87019 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m39.8s/10m0s

running (09m40.8s), 1/1 VUs, 87217 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m40.8s/10m0s

running (09m41.8s), 1/1 VUs, 87455 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m41.8s/10m0s

running (09m42.8s), 1/1 VUs, 87648 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m42.8s/10m0s

running (09m43.8s), 1/1 VUs, 87882 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m43.8s/10m0s

running (09m44.8s), 1/1 VUs, 88094 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m44.8s/10m0s

running (09m45.8s), 1/1 VUs, 88327 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m45.8s/10m0s

running (09m46.8s), 1/1 VUs, 88543 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m46.8s/10m0s

running (09m47.8s), 1/1 VUs, 88777 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m47.8s/10m0s

running (09m48.8s), 1/1 VUs, 88993 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m48.8s/10m0s

running (09m49.8s), 1/1 VUs, 89223 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m49.8s/10m0s

running (09m50.8s), 1/1 VUs, 89438 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m50.8s/10m0s

running (09m51.8s), 1/1 VUs, 89680 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m51.8s/10m0s

running (09m52.8s), 1/1 VUs, 89890 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m52.8s/10m0s

running (09m53.8s), 1/1 VUs, 90110 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m53.8s/10m0s

running (09m54.8s), 1/1 VUs, 90319 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m54.8s/10m0s

running (09m55.8s), 1/1 VUs, 90554 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m55.8s/10m0s

running (09m56.8s), 1/1 VUs, 90759 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m56.8s/10m0s

running (09m57.8s), 1/1 VUs, 90995 complete and 0 interrupted iterations
default   [ 100% ] 1 VUs  09m57.8s/10m0s

running (09m58.8s), 1/1 VUs, 91208 complete and 0 interrupted iterations
default   [ 100% ] 1 VUs  09m58.8s/10m0s

running (09m59.8s), 1/1 VUs, 91438 complete and 0 interrupted iterations
default   [ 100% ] 1 VUs  09m59.8s/10m0s

     ✗ Group-elwood-test-payload-0 returned 200
      ↳  0% — ✓ 0 / ✗ 71338
     ✗ Group-elwood-test-payload-1 returned 200
      ↳  0% — ✓ 0 / ✗ 20155

     checks.....................: 0.00%   ✓ 0          ✗ 91493
     data_received..............: 56 MB   94 kB/s
     data_sent..................: 24 MB   40 kB/s
     errors.....................: 100.00% ✓ 70         ✗ 0    
     http_req_blocked...........: avg=1.94µs   min=90ns     med=280ns   max=93.62ms p(90)=450ns    p(95)=560ns   
     http_req_connecting........: avg=545ns    min=0s       med=0s      max=65ms    p(90)=0s       p(95)=0s      
   ✓ http_req_duration..........: avg=4.82ms   min=666.91µs med=2.35ms  max=2.23s   p(90)=4.54ms   p(95)=6.06ms  
   ✗ http_req_failed............: 100.00% ✓ 182914     ✗ 0    
     http_req_receiving.........: avg=173.34µs min=9.31µs   med=51.29µs max=84.95ms p(90)=99.07µs  p(95)=123.89µs
     http_req_sending...........: avg=98.18µs  min=0s       med=72.6µs  max=72.27ms p(90)=122.77µs p(95)=148.3µs 
     http_req_tls_handshaking...: avg=978ns    min=0s       med=0s      max=82.6ms  p(90)=0s       p(95)=0s      
     http_req_waiting...........: avg=4.55ms   min=0s       med=2.2ms   max=2.23s   p(90)=4.36ms   p(95)=5.56ms  
     http_reqs..................: 182914  304.855298/s
     iteration_duration.........: avg=6.52ms   min=1.01ms   med=2.63ms  max=5s      p(90)=4.94ms   p(95)=7.87ms  
     iterations.................: 91457   152.427649/s
     vus........................: 1       min=1        max=1  
     vus_max....................: 1       min=1        max=1  


running (10m00.0s), 0/1 VUs, 91457 complete and 0 interrupted iterations
default ✓ [ 100% ] 1 VUs  10m0s
✔️ Assertions loaded: 1, applied: 1
Applied:
Assertion applied: {"request":{},"expectedResponse":{"result":{"greaterThan":0}}}

Failed:
(no failed assertions)
Output sample
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"ETH","to":"USD","endpoint":"crypto-lwba"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

request: {"data":{"from":"LINK","to":"USD"}} response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

SyntaxError: invalid character '<' looking for beginning of value
	at parse (native)
	at validateOutput (webpack:///./output-test.ts:99:26(27))
	at test (webpack:///./test.ts:149:19(64))

Assertion loaded: {"request":{},"expectedResponse":{"result":{"greaterThan":0}}}
thresholds on metrics 'http_req_failed' have been crossed

@akuzni2 akuzni2 merged commit 539e8a3 into main Jan 27, 2025
7 of 8 checks passed
@akuzni2 akuzni2 deleted the elwood-adapter-update branch January 27, 2025 18:27
@github-actions github-actions bot mentioned this pull request Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants