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

View File

@@ -43,6 +43,8 @@ class ProcessWalletJournalJob implements ShouldQueue
$this->division = $pwj->division;
$this->charId = $pwj->charId;
$this->page = $pwj->page;
$this->connection = 'redis';
}
/**