-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathapp.json
More file actions
56 lines (56 loc) · 1.32 KB
/
app.json
File metadata and controls
56 lines (56 loc) · 1.32 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"cron": [
{
"command": "rake send_weekly_admin_digest",
"schedule": "0 19 * * 5"
},
{
"command": "rake send_weekly_admin_digest_global",
"schedule": "0 20 * * 5"
},
{
"command": "rake send_daily_digest_global_score_added_email",
"schedule": "0 10 * * *"
},
{
"command": "rake send_daily_digest_global_picture_added_email",
"schedule": "30 10 * * *"
},
{
"command": "rake send_daily_digest_machine_removal_email",
"schedule": "0 9 * * *"
},
{
"command": "rake send_daily_digest_global_machine_removal_email",
"schedule": "30 9 * * *"
},
{
"command": "rake send_daily_digest_machine_condition_email",
"schedule": "0 8 * * *"
},
{
"command": "rake send_daily_digest_global_machine_condition_email",
"schedule": "30 8 * * *"
},
{
"command": "rake send_daily_digest_operator_email",
"schedule": "30 15 * * *"
},
{
"command": "rake tag_opdb_changelog",
"schedule": "30 13 * * *"
},
{
"command": "rake tag_opdb_image",
"schedule": "45 13 * * *"
},
{
"command": "rake delete_opted_in_empty_locations",
"schedule": "30 22 * * 0"
},
{
"command": "rake data_cleanup",
"schedule": "0 20 * * *"
}
]
}