From 5e7d34458a6e60487393caa4f320ab1cfc1cf8e5 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Wed, 24 Feb 2021 03:59:25 +0300 Subject: initial commit --- jobd.conf.example | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 jobd.conf.example (limited to 'jobd.conf.example') diff --git a/jobd.conf.example b/jobd.conf.example new file mode 100644 index 0000000..0659018 --- /dev/null +++ b/jobd.conf.example @@ -0,0 +1,38 @@ +; server settings +host = 0.0.0.0 +port = 13596 +;password = + +master_host = 127.0.0.1 +master_port = 13597 +master_reconnect_timeout = 10 + +; log +log_file = /tmp/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 \ No newline at end of file -- cgit v1.2.3