-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcron.yaml
72 lines (61 loc) · 2.43 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
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
cron:
# {{{ Sync
- description: Fetch Slack Members
url: /tasks/fetch-slack-members
schedule: everyday 04:00
timezone: Asia/Tokyo
- description: Fetch Google Events
url: /tasks/fetch-calendar-events
schedule: everyday 04:00
timezone: Asia/Tokyo
# }}}
# {{{ RSVP
- description: Check RSVP of recent event
url: /tasks/check-rsvp
schedule: everyday 12:05
timezone: Asia/Tokyo
# }}}
# {{{ Final Call
- description: Final call (STAFF)
url: /tasks/final-call?role=staff,trainer&channel=staff
schedule: everyday 18:10
timezone: Asia/Tokyo
- description: Final call (OFFENCE)
url: /tasks/final-call?role=rb,wr,qb,ol,te&channel=offence
schedule: everyday 18:15
timezone: Asia/Tokyo
- description: Final call (DEFENCE)
url: /tasks/final-call?role=dl,lb,db&channel=defence
schedule: everyday 18:20
timezone: Asia/Tokyo
# }}}
# {{{ Equips
- description: 前日備品連絡
url: /tasks/equips/remind/bring
schedule: everyday 17:00
timezone: Asia/Tokyo
- description: Equip Report Remind (AM) 当日の 02:00-14:00 の間に開始した練習ないし試合に対して、持ち帰り報告のリマインドを投げる
url: /tasks/equips/remind/report?from=02:00&to=14:00&channel=general
schedule: everyday 17:30
timezone: Asia/Tokyo
- description: Equip Report Remind (PM) 当日の 14:00-21:00 の間に開始した練習ないし試合に対して、持ち帰り報告のリマインドを投げる
url: /tasks/equips/remind/report?from=14:00&to=21:00&channel=general
schedule: everyday 21:10
timezone: Asia/Tokyo
- description: 一定時間以上前の直近のイベントから現在にいたるまでに備品報告の更新が無いものをアラート
url: /tasks/equips/scan-unreported?oh=48&channel=staff
schedule: every tuesday 12:00
timezone: Asia/Tokyo
# }}}
# - description: 運動「前」コンディショニングチェック
# url: /tasks/condition/form?channel=condi-check&label=before&from=01:00&to=23:00
# schedule: everyday 6:00
# timezone: Asia/Tokyo
# - description: 運動「後」コンディショニングチェック(午前)
# url: /tasks/condition/form?channel=condi-check&label=after&from=02:00&to=15:00
# schedule: everyday 15:00
# timezone: Asia/Tokyo
# - description: 運動「後」コンディショニングチェック(午後)
# url: /tasks/condition/form?channel=condi-check&label=after&from=15:00&to=21:00
# schedule: everyday 21:00
# timezone: Asia/Tokyo