Skip to content

Commit 44edb43

Browse files
committed
Wait 1 second before checking again
1 parent 7b5db6e commit 44edb43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.php

+1
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ function (\Dapr\Client\DaprClient $client) {
479479
$client->shutdown(afterRequest: false);
480480

481481
while ($client->isDaprHealthy()) {
482+
sleep(1);
482483
error_log('waiting for daprd shutdown...');
483484
}
484485

0 commit comments

Comments
 (0)