From b333b1e7ee3ca2d49bc56f67f3488511637b524d Mon Sep 17 00:00:00 2001 From: Luiz Costa Date: Tue, 4 Jun 2024 23:35:18 +0100 Subject: [PATCH] try set to 1 min interval --- msp_remoteadmin/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msp_remoteadmin/hooks.py b/msp_remoteadmin/hooks.py index 0a7e9e1..9ba903e 100644 --- a/msp_remoteadmin/hooks.py +++ b/msp_remoteadmin/hooks.py @@ -220,7 +220,7 @@ app_include_js = [ ] scheduler_events = { "cron": { - "*/1 * * * *": [ + "* * * * *": [ "msp_remoteadmin.tools.check_session_status" ] }