aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-02-16 15:40:27 +0100
committerAleksandr Nogikh <wp32pw@gmail.com>2023-02-17 10:01:32 +0100
commit44e83a7153403136d80b8f354d1d9deccb54824a (patch)
tree60b337b417acbf58983cc6ee0c034ae94fec63f4 /dashboard
parent851bc19a3c4615f6653414b6deec9b9e84c8ca58 (diff)
dashboard: fix the refresh_subsystems URL
It's not /refresh_subsystems, but /cron/refresh_subsystems.
Diffstat (limited to 'dashboard')
-rw-r--r--dashboard/app/cron.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/cron.yaml b/dashboard/app/cron.yaml
index 9d42b40bc..79b76a6f7 100644
--- a/dashboard/app/cron.yaml
+++ b/dashboard/app/cron.yaml
@@ -12,7 +12,7 @@ cron:
schedule: every 5 minutes
- url: /cron/retest_repros
schedule: every 1 hours
-- url: /refresh_subsystems
+- url: /cron/refresh_subsystems
schedule: every 20 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