aboutsummaryrefslogtreecommitdiff
path: root/jobd.conf.example
blob: 9fd39bfd834fdd6f14aa42bde0501d89897a7ab2 (plain)
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
; server settings
host = 0.0.0.0
port = 7080
;password =

master_host = 127.0.0.1
master_port = 7081
master_reconnect_timeout = 10

; log
log_file = /var/log/jobd/jobd.log
log_level_file = info
log_level_console = debug

; mysql settings
mysql_host = 10.211.55.6
mysql_port = 3306
mysql_user = jobd
mysql_password = password
mysql_database = jobd
mysql_table = jobs
mysql_fetch_limit = 10

; launcher command template
launcher = php /Users/ch1p/jobd-launcher.php --id {id}
max_output_buffer = 16777216

;
; targets
;

[server1]
low = 5
normal = 5
high = 5

[global]
normal = 3