changed job connections to redis rather than database

This commit is contained in:
2019-05-14 13:25:57 -05:00
parent ef7fc8173b
commit a9e338ba72
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -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';
}
/**