diff --git a/msp_remoteadmin/hooks.py b/msp_remoteadmin/hooks.py index 36eee50..0a7e9e1 100644 --- a/msp_remoteadmin/hooks.py +++ b/msp_remoteadmin/hooks.py @@ -219,7 +219,9 @@ app_include_js = [ "/assets/msp_remoteadmin/js/msp_remote.js" ] scheduler_events = { - "all": [ - "msp_remoteadmin.tools.check_session_status" - ] + "cron": { + "*/1 * * * *": [ + "msp_remoteadmin.tools.check_session_status" + ] + } } \ No newline at end of file