corp journal job added to cron for testing

This commit is contained in:
2019-05-03 23:36:21 -05:00
parent 5938054de1
commit 192c8d6e1e

View File

@@ -25,14 +25,7 @@ class ProcessWalletJournalJob implements ShouldQueue
* @var int
*/
public $timeout = 600;
/**
* Delay time for job
*
* @var int
*/
public $delay = 15;
/**
* Create a new job instance.
*
@@ -40,6 +33,8 @@ class ProcessWalletJournalJob implements ShouldQueue
*/
public function __construct(JobModel $pwj) {
$this->pwj = $pwj;
$this->delay = 15;
$this->connection = 'database';
}
/**