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