We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677d05d commit 34e5807Copy full SHA for 34e5807
configuration/javascript/sdk/order-processor/index.js
@@ -10,7 +10,8 @@ const CONFIGURATION_ITEMS = ["orderId1", "orderId2"];
10
11
async function main() {
12
const client = new DaprClient({daprHost, daprPort, communicationProtocol});
13
- await client.health.isHealthy();
+ // await client.health.isHealthy();
14
+ await sleep(2500);
15
// Get config items from the config store
16
try {
17
const config = await client.configuration.get(DAPR_CONFIGURATION_STORE, CONFIGURATION_ITEMS);
0 commit comments