fix: enable task to run when loaded for flag-stale-ips

This commit is contained in:
Lorenzo Venerandi
2026-03-01 16:58:10 +01:00
parent cecdbda1d9
commit ef467b0fd6

View File

@@ -9,7 +9,7 @@ TASK_CONFIG = {
"name": "flag-stale-ips",
"cron": "0 2 * * *", # Run daily at 2 AM
"enabled": True,
"run_when_loaded": False,
"run_when_loaded": True,
}