-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlaw.cfg
67 lines (39 loc) · 952 Bytes
/
law.cfg
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
[modules]
cmt.base_tasks
tasks
[logging]
law: INFO
gfal2: WARNING
[job]
job_file_dir: $CMT_JOB_DIR
job_file_dir_cleanup: False
[wlcg_fs]
base: root://eosuser.cern.ch/$CMT_STORE_EOS
[wlcg_xrootd]
base: root://cms-xrd-global.cern.ch//
[wlcg_fs_shards]
base: root://eosuser.cern.ch/$CMT_STORE_EOS_SHARDS
[wlcg_fs_categorization]
base: root://eosuser.cern.ch/$CMT_STORE_EOS_CATEGORIZATION
[notifications]
mail_recipient: None
telegram_token: $CMT_TELEGRAM_TOKEN
telegram_chat: $CMT_TELEGRAM_CHAT
[luigi_core]
local-scheduler: $CMT_LOCAL_SCHEDULER
default-scheduler-host: localhost
default-scheduler-port: 8082
parallel-scheduling: False
no_lock: True
log_level: INFO
[luigi_scheduler]
record_task_history: False
remove-delay: 86400
retry-delay: 30
worker-disconnect-delay: 30
[luigi_worker]
ping_interval: 20
wait_interval: 20
check_unfulfilled_deps: False
keep_alive: $CMT_LUIGI_WORKER_KEEP_ALIVE
force_multiprocessing: False