From 630c6bc9af6e90a2d593b3f039ccf7c093c12c88 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 23 Feb 2023 16:55:31 +0100 Subject: dashboard: call /cron/refresh_subsystems every 5 minutes --- dashboard/app/cron.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/app/cron.yaml b/dashboard/app/cron.yaml index 994a82ecb..f2b198a55 100644 --- a/dashboard/app/cron.yaml +++ b/dashboard/app/cron.yaml @@ -13,7 +13,7 @@ cron: - url: /cron/retest_repros schedule: every 1 hours - url: /cron/refresh_subsystems - schedule: every 15 minutes + schedule: every 5 minutes - url: /_ah/datastore_admin/backup.create?name=backup&filesystem=gs&gs_bucket_name=syzkaller-backups&kind=Bug&kind=Build&kind=Crash&kind=CrashLog&kind=CrashReport&kind=Error&kind=Job&kind=KernelConfig&kind=Manager&kind=ManagerStats&kind=Patch&kind=ReportingState&kind=ReproC&kind=ReproSyz schedule: every monday 00:00 target: ah-builtin-python-bundle -- cgit mrf-deployment