modified schedule
This commit is contained in:
@@ -14,24 +14,10 @@ class Kernel extends ConsoleKernel
|
|||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $commands = [
|
protected $commands = [
|
||||||
/**
|
|
||||||
* Data Commands
|
|
||||||
*/
|
|
||||||
Commands\Data\PurgeUsers::class,
|
Commands\Data\PurgeUsers::class,
|
||||||
Commands\Data\EmptyJumpBridges::class,
|
|
||||||
Commands\Data\CleanStaleDataCommand::class,
|
|
||||||
Commands\Data\Test::class,
|
Commands\Data\Test::class,
|
||||||
/**
|
|
||||||
* Eve Commands
|
|
||||||
*/
|
|
||||||
Commands\Eve\ItemPricesUpdateCommand::class,
|
Commands\Eve\ItemPricesUpdateCommand::class,
|
||||||
/**
|
|
||||||
* Finance Commands
|
|
||||||
*/
|
|
||||||
Commands\Finances\UpdateAllianceWalletJournal::class,
|
Commands\Finances\UpdateAllianceWalletJournal::class,
|
||||||
/**
|
|
||||||
* Mining Tax Commands
|
|
||||||
*/
|
|
||||||
Commands\MiningTaxes\MiningTaxesInvoices::class,
|
Commands\MiningTaxes\MiningTaxesInvoices::class,
|
||||||
Commands\MiningTaxes\MiningTaxesInvoicesNew::class,
|
Commands\MiningTaxes\MiningTaxesInvoicesNew::class,
|
||||||
Commands\MiningTaxes\MiningTaxesLedgers::class,
|
Commands\MiningTaxes\MiningTaxesLedgers::class,
|
||||||
@@ -49,13 +35,15 @@ class Kernel extends ConsoleKernel
|
|||||||
{
|
{
|
||||||
//Horizon Graph Schedule
|
//Horizon Graph Schedule
|
||||||
$schedule->command('horizon:snapshot')->everyFiveMinutes();
|
$schedule->command('horizon:snapshot')->everyFiveMinutes();
|
||||||
|
|
||||||
|
//Test rung to help figure out what is going on.
|
||||||
|
$schedule->command('inspire')->everyMinute();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Purge Data Schedule
|
* Purge Data Schedule
|
||||||
*/
|
*/
|
||||||
//$schedule->command('data:CleanData')
|
$schedule->command('data:PurgeUsers')
|
||||||
// ->weekly(7, '11:00');
|
->dailyAt('23:00');
|
||||||
//$schedule->command('data:PurgeUsers')
|
|
||||||
// ->dailyAt('23:00');
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Finances Update Schedule
|
* Finances Update Schedule
|
||||||
|
|||||||
Reference in New Issue
Block a user