forked from pinballmap/pbm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
40 lines (40 loc) · 918 Bytes
/
app.json
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
{
"cron": [
{
"command": "rake notify_admins",
"schedule": "0 19 * * 5"
},
{
"command": "rake send_daily_digest_picture_added_email",
"schedule": "0 10 * * *"
},
{
"command": "rake send_daily_digest_regionless_picture_added_email",
"schedule": "0 11 * * *"
},
{
"command": "rake send_daily_digest_machine_removal_email",
"schedule": "0 9 * * *"
},
{
"command": "rake send_daily_digest_machine_condition_email",
"schedule": "0 8 * * *"
},
{
"command": "rake notify_operators",
"schedule": "30 15 * * *"
},
{
"command": "rake delete_opted_in_empty_locations",
"schedule": "30 22 * * 0"
},
{
"command": "rake import_ifpa_tournaments",
"schedule": "0 0 * * *"
},
{
"command": "rake delete_expired_events",
"schedule": "30 20 * * 0"
}
]
}