-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathlaw.cfg
70 lines (42 loc) · 1.06 KB
/
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
68
69
70
[modules]
hgc.tasks.base
hgc.tasks.software
hgc.tasks.simulation
hgc.tasks.graphnn
hgc.tasks.plotting
[local_fs]
# 432 = 0o0660
default_file_perm: 432
# 504 = 0o0770
default_directory_perm: 504
[wlcg_fs]
base: root://eoscms.cern.ch/eos/cms/store/cmst3/group/hgcal/CMG_studies/mrieger/hgcalsim
[wlcg_software_fs]
base: root://eosuser.cern.ch/eos/user/$HGC_GRID_USER_FIRST_CHAR/$HGC_GRID_USER/hgcalsim
[job]
job_file_dir: $HGC_DATA/jobs
job_file_dir_cleanup: False
[logging]
law: INFO
[notifications]
telegram_token: $HGC_TELEGRAM_TOKEN
telegram_chat: $HGC_TELEGRAM_CHAT
[luigi_core]
default-scheduler-host: $HGC_SCHEDULER_HOST
default-scheduler-port: $HGC_SCHEDULER_PORT
parallel-scheduling: False
no_lock: True
log_level: INFO
[luigi_scheduler]
pause_enabled: False
record_task_history: False
remove_delay: 86400
retry_delay: 30
worker_disconnect_delay: 30
[luigi_worker]
ping_interval: 20
wait_interval: 20
max_reschedules: 0
check_unfulfilled_deps: False
keep_alive: $HGC_LUIGI_WORKER_KEEP_ALIVE
force_multiprocessing: $HGC_LUIGI_WORKER_FORCE_MULTIPROCESSING