forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cron.yaml
26 lines (26 loc) · 1.06 KB
/
cron.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
cron:
- description: daily email about mapreduce job statuses
url: /cron/mail/admin/job_status
schedule: every day 16:00
- description: clean up old mapreduce jobs
url: /cron/jobs/cleanup
schedule: every sunday 08:00
- description: weekly copy of a user's dashboard statistics
url: /cron/users/dashboard_stats
schedule: every monday 09:00
- description: weekly exploration recommendations computation
url: /cron/explorations/recommendations
schedule: every tuesday 9:00
- description: weekly exploration search rank computation
url: /cron/explorations/search_rank
schedule: every wednesday 9:00
- description: accept all stale suggestions every week
url: /cron/suggestions/accept_stale_suggestions
schedule: every thursday 9:00
- description: notify reviewers about suggestions requiring review
url: /cron/suggestions/notify_reviewers
schedule: every day 9:00
- description: "Weekly Cloud Datastore Export"
url: /cloud_datastore_export?namespace_id=&output_url_prefix=gs://oppia-export-backups
target: cloud-datastore-admin
schedule: every thursday 9:00