Change notification interval to 15 minutes
This commit is contained in:
@@ -112,6 +112,6 @@ class WhatsappUnsoldCommodityNotification extends Job
|
||||
|
||||
|
||||
|
||||
dispatch((new WhatsappUnsoldCommodityNotification($this->message))->delay(Carbon::now()->addMinutes(5)));
|
||||
dispatch((new WhatsappUnsoldCommodityNotification($this->message))->delay(Carbon::now()->addMinutes(15)));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user