aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/cron.yaml
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-02-13 16:05:01 +0100
committerAleksandr Nogikh <wp32pw@gmail.com>2023-02-13 16:14:03 +0100
commit93ae7e0a1ca84fd2df902b7c8d94cdedb671bed6 (patch)
tree8ae3814b089d36dee1ed8af08315db3f8b11b0b0 /dashboard/app/cron.yaml
parent5c39b01abfb2d0de51e9c995ab8071abd344ae3c (diff)
dashboard: move all cron endpoints to cron/
This lets us keep only one access rule and reliefs from the need to keep handlers and app.yaml in sync for cron jobs that'll be added in the future.
Diffstat (limited to 'dashboard/app/cron.yaml')
-rw-r--r--dashboard/app/cron.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/dashboard/app/cron.yaml b/dashboard/app/cron.yaml
index fca974bb5..5defc3d31 100644
--- a/dashboard/app/cron.yaml
+++ b/dashboard/app/cron.yaml
@@ -4,13 +4,13 @@
cron:
- url: /email_poll
schedule: every 1 minutes
-- url: /cache_update
+- url: /cron/cache_update
schedule: every 1 hours
-- url: /deprecate_assets
+- url: /cron/deprecate_assets
schedule: every 1 hours
-- url: /kcidb_poll
+- url: /cron/kcidb_poll
schedule: every 5 minutes
-- url: /retest_repros
+- url: /cron/retest_repros
schedule: every 1 hours
- 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