Skip to content

Commit 34e5807

Browse files
authored
Update index.js
Signed-off-by: Deepanshu Agarwal <[email protected]>
1 parent 677d05d commit 34e5807

File tree

1 file changed

+2
-1
lines changed
  • configuration/javascript/sdk/order-processor

1 file changed

+2
-1
lines changed

configuration/javascript/sdk/order-processor/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ const CONFIGURATION_ITEMS = ["orderId1", "orderId2"];
1010

1111
async function main() {
1212
const client = new DaprClient({daprHost, daprPort, communicationProtocol});
13-
await client.health.isHealthy();
13+
// await client.health.isHealthy();
14+
await sleep(2500);
1415
// Get config items from the config store
1516
try {
1617
const config = await client.configuration.get(DAPR_CONFIGURATION_STORE, CONFIGURATION_ITEMS);

0 commit comments

Comments
 (0)