removed observers job from firing currently
This commit is contained in:
@@ -76,9 +76,9 @@ class Kernel extends ConsoleKernel
|
||||
/**
|
||||
* Mining Tax Schedule
|
||||
*/
|
||||
$schedule->command('MiningTax:Observers')
|
||||
->dailyAt('22:00')
|
||||
->withoutOverlapping();
|
||||
//$schedule->command('MiningTax:Observers')
|
||||
// ->dailyAt('22:00')
|
||||
// ->withoutOverlapping();
|
||||
$schedule->command('MiningTax:Ledgers')
|
||||
->dailyAt('20:00')
|
||||
->withoutOverlapping();
|
||||
|
||||
Reference in New Issue
Block a user