1
This commit is contained in:
parent
6939dbd981
commit
be84b65008
@ -87,7 +87,7 @@ class UserCouponExpiredDelayDirectConsumer extends ConsumerMessage
|
|||||||
$res = $producer->produce($message);
|
$res = $producer->produce($message);
|
||||||
if (!$res) {
|
if (!$res) {
|
||||||
Log::getInstance("queue-UserCouponExpired")->error("未到过期时间,重新添加队列失败");
|
Log::getInstance("queue-UserCouponExpired")->error("未到过期时间,重新添加队列失败");
|
||||||
return Result::REQUEUE;
|
return Result::DROP;
|
||||||
}
|
}
|
||||||
|
|
||||||
return Result::DROP;
|
return Result::DROP;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user