mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
This commit is contained in:
parent
a88e72b75e
commit
ba3bf31bb7
29 changed files with 2379 additions and 215 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
use App\Jobs\CleanupDeviceLogsJob;
|
||||
use App\Jobs\FetchDeviceModelsJob;
|
||||
use App\Jobs\FetchProxyCloudResponses;
|
||||
use App\Jobs\FirmwarePollJob;
|
||||
use App\Jobs\NotifyDeviceBatteryLowJob;
|
||||
|
|
@ -13,4 +14,5 @@ Schedule::job(FetchProxyCloudResponses::class, [])->cron(
|
|||
|
||||
Schedule::job(FirmwarePollJob::class)->daily();
|
||||
Schedule::job(CleanupDeviceLogsJob::class)->daily();
|
||||
Schedule::job(FetchDeviceModelsJob::class)->weekly();
|
||||
Schedule::job(NotifyDeviceBatteryLowJob::class)->dailyAt('10:00');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue