Merge pull request #1897 from GSA/report_performance

fix schedule
This commit is contained in:
Kenneth Kehl
2025-08-06 12:28:38 -07:00
committed by GitHub

View File

@@ -289,7 +289,7 @@ class Config(object):
},
"generate-notifications-reports": {
"task": "generate-notifications-reports",
"schedule": crontab(minute="*/2"),
"schedule": crontab(hour=1, minute=0),
"options": {"queue": QueueNames.PERIODIC},
},
"regenerate-job-cache-on-startup": {