changed job connections to redis rather than database
This commit is contained in:
@@ -55,6 +55,8 @@ class SendEveMailJob implements ShouldQueue
|
||||
$this->recipient = $mail->recipient;
|
||||
$this->recipient_type = $mail->recipient_type;
|
||||
$this->subject = $mail->subject;
|
||||
|
||||
$this->connection = 'redis';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user