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