Skip to content

Commit

Permalink
fix: restore eve:update:status (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
recursivetree authored Apr 6, 2024
1 parent b3483f2 commit fab6a86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/database/seeders/ScheduleSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ public function getSchedules(): array
'ping_before' => null,
'ping_after' => null,
],
[ // EVE Server Status | Every Minute
'command' => 'eve:update:status',
'expression' => '* * * * *',
'allow_overlap' => false,
'allow_maintenance' => false,
'ping_before' => null,
'ping_after' => null,
],
[ // SDE Data | Monthly
'command' => 'eve:update:sde',
'expression' => '0 0 1 * *',
Expand Down

0 comments on commit fab6a86

Please sign in to comment.