corp journal job added to cron for testing

This commit is contained in:
2019-05-03 23:38:23 -05:00
parent 192c8d6e1e
commit b088ebfe68

View File

@@ -25,7 +25,7 @@ class ProcessWalletJournalJob implements ShouldQueue
* @var int
*/
public $timeout = 600;
/**
* Create a new job instance.
*
@@ -53,7 +53,7 @@ class ProcessWalletJournalJob implements ShouldQueue
$finance->GetWalletJournalPage($pwj->division, $pwj->charId, $pwj->page);
//After the job is completed, delete the job
$this->pwj->delete();
$this->delete();
}
/**