-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcron.yaml
More file actions
31 lines (25 loc) · 713 Bytes
/
cron.yaml
File metadata and controls
31 lines (25 loc) · 713 Bytes
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
27
28
29
30
31
cron:
- description: calculate batch rankings
url: /QueueHourlyBatchRankings
schedule: every 1 hours synchronized
target: default
- description: poll main page
url: /
schedule: every 1 minutes
target: default
- description: poll main page (dark)
url: /?theme=dark
schedule: every 1 minutes
target: default
- description: update flag associations
url: /FetchParseFlags
schedule: every 2 hours synchronized
target: default
- description: refresh stats page
url: /RumbleStats?regen=1
schedule: every 10 minutes synchronized
target: default
- description: refresh stats page (dark)
url: /RumbleStats?regen=1&theme=dark
schedule: every 10 minutes synchronized
target: default