corp journal job added to cron for testing

This commit is contained in:
2019-05-03 23:46:03 -05:00
parent b088ebfe68
commit bfe5c459d9
2 changed files with 3 additions and 2 deletions

View File

@@ -24,7 +24,9 @@ class ProcessWalletJournalJob implements ShouldQueue
*
* @var int
*/
public $timeout = 600;
public $timeout = 300;
public $tries = 3;
/**
* Create a new job instance.