feat: add sliding session timeout with idle and absolute caps
This commit is contained in:
@@ -28,6 +28,7 @@ logger = logging.getLogger(__name__)
|
||||
JOB_COMMANDS = {
|
||||
"zerotier_reconciliation": "python manage.py run_zerotier_reconciliation",
|
||||
"mfa_compliance": "python manage.py run_mfa_compliance_job",
|
||||
"cleanup_sessions": "python manage.py cleanup_sessions",
|
||||
}
|
||||
|
||||
shutdown_requested = False
|
||||
|
||||
Reference in New Issue
Block a user