diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-02-23 16:55:31 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-02-23 17:10:04 +0100 |
| commit | 630c6bc9af6e90a2d593b3f039ccf7c093c12c88 (patch) | |
| tree | 169ba50ccd9d134010a4f33e54c224eeb940369c | |
| parent | f4df477414e1763f2afe6b48ebc5b64108d63e27 (diff) | |
dashboard: call /cron/refresh_subsystems every 5 minutes
| -rw-r--r-- | dashboard/app/cron.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
