-
Notifications
You must be signed in to change notification settings - Fork 0
/
jobs.yaml
48 lines (48 loc) · 1.15 KB
/
jobs.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
jobs:
- name: check f-list
every: "*/5 * * * *"
job_type: flist_gallery
queue: fuzzysearch_owo_bulk
args: []
custom:
initiator: schedule
- name: check reddit
every: "*/5 * * * *"
job_type: reddit_check
queue: fuzzysearch_owo_bulk
args: []
custom:
initiator: schedule
- name: collect deviantart
every: "0 4 * * *"
job_type: deviantart_accounts
queue: fuzzysearch_owo_core
args: []
custom:
initiator: schedule
- name: create daily digests
every: "0 6 * * *"
job_type: create_email_digests
queue: fuzzysearch_owo_core
args: ["daily"]
custom:
initiator: schedule
- name: create weekly digests
every: "0 0 * * MON"
job_type: create_email_digests
queue: fuzzysearch_owo_core
args: ["weekly"]
custom:
initiator: schedule
- name: process pending deletes
every: "0 * * * *"
job_type: pending_deletion
queue: fuzzysearch_owo_core
custom:
initiator: schedule
- name: remove expired sessions
every: "30 * * * *"
job_type: remove_expired_sessions
queue: fuzzysearch_owo_core
custom:
initiator: schedule