modified what jobs utilize what queueu

This commit is contained in:
2019-05-15 07:18:49 -05:00
parent 490714f5c0
commit 8b0c60cd2d
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ class CorpJournalCommand extends Command
$job->division = 1;
$job->charId = $structure->character_id;
$job->page = $i;
ProcessWalletJournalJob::dispatch($job);
ProcessWalletJournalJob::dispatch($job)->onQueue('journal');
}
}
}

View File

@@ -64,7 +64,7 @@ class HoldingFinancesCommand extends Command
$job->division = 1;
$job->charId = 93738489;
$job->page = $i;
ProcessWalletJournalJob::dispatch($job);
ProcessWalletJournalJob::dispatch($job)->onQueue('journal');
}
//Mark the job as finished