Skip to content

Commit

Permalink
feat: Ping server to ensure connection is up
Browse files Browse the repository at this point in the history
Fixes #268

Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Jul 8, 2021
1 parent 7729140 commit 865194f
Show file tree
Hide file tree
Showing 8 changed files with 1,686 additions and 3,030 deletions.
26 changes: 26 additions & 0 deletions ecl-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,32 @@
"timeoutSecs": 60,
"user": "vscode_user",
"password": ""
},
{
"name": "dataland",
"type": "ecl",
"request": "launch",
"protocol": "https",
"serverAddress": "boca-dataland-dev.hpcc.risk.regn.net",
"port": 18012,
"targetCluster": "thor",
"rejectUnauthorized": true,
"resultLimit": 100,
"timeoutSecs": 60
},
{
"name": "offline",
"type": "ecl",
"request": "launch",
"protocol": "http",
"serverAddress": "apple.ie",
"port": 8010,
"targetCluster": "thor",
"rejectUnauthorized": true,
"resultLimit": 100,
"timeoutSecs": 60,
"user": "vscode_user",
"password": ""
}
]
}
Loading

0 comments on commit 865194f

Please sign in to comment.