From 0327b955689dfd009e35e4717b20f73c7298c685 Mon Sep 17 00:00:00 2001 From: Jonathan van Rij Date: Thu, 19 Feb 2026 15:22:39 +0100 Subject: [PATCH] change queue time and set CloseSessionsJob --- routes/console.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/routes/console.php b/routes/console.php index 1b9d76f..c3bc5fb 100644 --- a/routes/console.php +++ b/routes/console.php @@ -1,5 +1,6 @@ comment(Inspiring::quote()); })->purpose('Display an inspiring quote'); -Schedule::job(new LogAppVersionJob)->everyMinute(); +Schedule::job(new LogAppVersionJob)->hourly(); + +Schedule::job(new CloseSessionsJob)->hourly();