diff --git a/vendor/bazaarvoice/bazaarvoice-magento2-ext/Console/Command/Product.php b/vendor/bazaarvoice/bazaarvoice-magento2-ext/Console/Command/Product.php
--- a/vendor/bazaarvoice/bazaarvoice-magento2-ext/Console/Command/Product.php
+++ b/vendor/bazaarvoice/bazaarvoice-magento2-ext/Console/Command/Product.php	(date 1696555100316)
@@ -55,7 +55,9 @@
             $this->_productFeed->generateFeed();
         } catch (Exception $e) {
             print_r($e->getMessage()."\n".$e->getTraceAsString());
+            return 1;
         }
         print_r("\n".'Memory usage: '.memory_get_usage()."\n");
+        return 0;
     }
 }
