diff --git a/vendor/bazaarvoice/bazaarvoice-magento2-ext/Console/Command/Index.php b/vendor/bazaarvoice/bazaarvoice-magento2-ext/Console/Command/Index.php
--- a/vendor/bazaarvoice/bazaarvoice-magento2-ext/Console/Command/Index.php
+++ b/vendor/bazaarvoice/bazaarvoice-magento2-ext/Console/Command/Index.php	(date 1696554930963)
@@ -52,8 +52,10 @@
     {
         try {
             $this->indexer->executeFull();
+            return 0;
         } catch (Exception $e) {
             print_r($e->getMessage()."\n".$e->getTraceAsString());
+            return 1;
         }
     }
 }
