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 788dbfb commit 220b48eCopy full SHA for 220b48e
src/Command/MeiliSearchCreateCommand.php
@@ -85,6 +85,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int
85
}
86
87
$task = $indexInstance->{$method}($value);
88
+
89
+ $indexInstance->waitForTask($task['taskUid']);
90
$task = $indexInstance->getTask($task['taskUid']);
91
92
if ('failed' === $task['status']) {
0 commit comments