From e5b8e133bfae5165435427a1b5871a5c3cb6d991 Mon Sep 17 00:00:00 2001 From: Nick Zeng Date: Mon, 9 Feb 2026 14:33:02 +0800 Subject: [PATCH] update procuct consumer --- backend/app/Platform/ProductConsumer.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/app/Platform/ProductConsumer.php b/backend/app/Platform/ProductConsumer.php index c606044..dcaea86 100644 --- a/backend/app/Platform/ProductConsumer.php +++ b/backend/app/Platform/ProductConsumer.php @@ -120,6 +120,8 @@ class ProductConsumer extends ConsumerMessage return Result::ACK; } catch (Throwable $error) { + dump($error->getMessage()); + dump($error->getTraceAsString()); Log::get()->error('Product consumer processing failed', [ 'error' => $error->getMessage(), 'retry_count' => $retry_count,