corp journal job added to cron for testing
This commit is contained in:
@@ -79,7 +79,6 @@ class CorpJournalCommand extends Command
|
||||
$job->division = 1;
|
||||
$job->charId = $charId->character_id;
|
||||
$job->page = $i;
|
||||
$job->save();
|
||||
ProcessWalletJournalJob::dispatch($job);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,7 +24,9 @@ class ProcessWalletJournalJob implements ShouldQueue
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
public $timeout = 600;
|
||||
public $timeout = 300;
|
||||
|
||||
public $tries = 3;
|
||||
|
||||
/**
|
||||
* Create a new job instance.
|
||||
|
||||
Reference in New Issue
Block a user