diff --git a/app/command/ApplySmsTemp.php b/app/command/ApplySmsTemp.php index b9c8d59..01fe97f 100644 --- a/app/command/ApplySmsTemp.php +++ b/app/command/ApplySmsTemp.php @@ -59,8 +59,8 @@ class ApplySmsTemp extends Command 60, 60, null, -// true, -// 30 + false, + 15 ); $rabbit_channel = $connection->channel(); $rabbit_channel->queue_declare($queue, false, true, false, false, false, [ diff --git a/app/command/BirthdayGiftSms.php b/app/command/BirthdayGiftSms.php index a549fb7..ba63265 100644 --- a/app/command/BirthdayGiftSms.php +++ b/app/command/BirthdayGiftSms.php @@ -54,7 +54,7 @@ class BirthdayGiftSms extends Command 60, 60, null, - true, + false, 30 ); $rabbit_channel = $connection->channel(); diff --git a/app/command/RabbOrderPrint.php b/app/command/RabbOrderPrint.php index a99d058..257974e 100644 --- a/app/command/RabbOrderPrint.php +++ b/app/command/RabbOrderPrint.php @@ -53,7 +53,7 @@ class RabbOrderPrint extends Command 60, 60, null, - true, + false, 30 ); $rabbit_channel = $connection->channel(); diff --git a/app/command/RabbProductUpdate.php b/app/command/RabbProductUpdate.php index 65756cc..5c1a2a7 100644 --- a/app/command/RabbProductUpdate.php +++ b/app/command/RabbProductUpdate.php @@ -50,7 +50,7 @@ class RabbProductUpdate extends Command 60, 60, null, - true, + false, 30 ); $rabbit_channel = $connection->channel();