Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Oct 16, 2024
1 parent bd24807 commit e1cae39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions herd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
integrations:
forge:
laravel.io:
server-id: 537422
site-id: 1574327
6 changes: 0 additions & 6 deletions routes/console.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
<?php

use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\Schedule;
use Spatie\ScheduleMonitor\Models\MonitoredScheduledTaskLogItem;

Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote')->hourly();

Schedule::command('schedule-monitor:sync')->dailyAt('04:56');
Schedule::command('model:prune', ['--model' => MonitoredScheduledTaskLogItem::class])->daily();
Schedule::command('horizon:snapshot')->everyFiveMinutes();
Expand Down

0 comments on commit e1cae39

Please sign in to comment.