schedule stuff

This commit is contained in:
2021-03-30 20:47:48 +09:00
parent 38176274ff
commit 4b554f97ae
2 changed files with 69 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ class Kernel extends ConsoleKernel
$schedule->job(new FetchMiningTaxesObserversJob)
->timezone('UTC')
->dailyAt('22:00');
$schedule->job(new FetchMiningTaxesLedgersJob)
$schedule->job(new PreFetchMiningTaxesLedgersJob)
->timezone('UTC')
->dailyAt('20:00');
$schedule->job(new SendMiningTaxesInvoicesJob)