mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
feat: add tests, chore: update readme
This commit is contained in:
parent
715e6a2562
commit
e6a2bdb3bc
27 changed files with 1179 additions and 299 deletions
|
|
@ -2,8 +2,4 @@
|
|||
|
||||
use App\Jobs\FetchProxyCloudResponses;
|
||||
|
||||
// Artisan::command('inspire', function () {
|
||||
// $this->comment(Inspiring::quote());
|
||||
// })->purpose('Display an inspiring quote')->hourly();
|
||||
|
||||
Schedule::job(new FetchProxyCloudResponses)->everyFifteenMinutes();
|
||||
Schedule::job(FetchProxyCloudResponses::class, [])->cron(sprintf('*/%s * * * *', intval(config('services.trmnl.proxy_refresh_minutes', 15))));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue