Skip to content

Commit

Permalink
Add daily wallet:charge --topup command execution
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Nov 12, 2024
1 parent fde824a commit 3fba320
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ protected function schedule(Schedule $schedule): void

// This applies wallet charges
$schedule->command('wallet:charge')->everyFourHours();
// Top-up wallets that should have been topped-up but didn't for some reason
$schedule->command('wallet:charge --topup')->dailyAt('05:30');

// This removes deleted storage files/file chunks from the filesystem
$schedule->command('fs:expunge')->hourly();
Expand Down

0 comments on commit 3fba320

Please sign in to comment.