games-board/freedoko: Drop old
[gentoo.git] / sys-cluster / gearmand / files / gearmand.conf.d
1 # /etc/conf.d/gearmand: config file for /etc/init.d/gearmand
2
3 # Persistent queue store
4 # The following queue stores are available:
5 # drizzle|memcache|mysql|postgre|sqlite|tokyocabinet|none
6 # If you do not wish to use persistent queues, leave this option commented out.
7 # Note that persistent queue mechanisms are mutally exclusive.
8 #PERSISTENT=""
9
10 # Persistent queue settings for drizzle, mysql and postgre
11 #PERSISTENT_SOCKET=""
12 #PERSISTENT_HOST=""
13 #PERSISTENT_PORT=""
14 #PERSISTENT_USER=""
15 #PERSISTENT_PASS=""
16 #PERSISTENT_DB=""
17 #PERSISTENT_TABLE=""
18
19 # Persistent queue settings for sqlite
20 #PERSISTENT_FILE=""
21
22 # Persistent queue settings for memcache
23 #PERSISTENT_SERVERLIST=""
24
25 # General settings
26 #
27 # -j, --job-retries=RETRIES   Number of attempts to run the job before the job
28 #                             server removes it. Thisis helpful to ensure a bad
29 #                             job does not crash all available workers. Default
30 #                             is no limit.
31 # -L, --listen=ADDRESS        Address the server should listen on. Default is
32 #                             INADDR_ANY.
33 # -p, --port=PORT             Port the server should listen on. Default=4730.
34 # -r, --protocol=PROTOCOL     Load protocol module.
35 # -t, --threads=THREADS       Number of I/O threads to use. Default=0.
36 # -v, --verbose               Increase verbosity level by one.
37 # -w, --worker-wakeup=WORKERS Number of workers to wakeup for each job received.
38 #                             The default is to wakeup all available workers.
39 GEARMAND_PARAMS=""