-
Notifications
You must be signed in to change notification settings - Fork 11
/
driveshaft.1.txt
27 lines (25 loc) · 1.04 KB
/
driveshaft.1.txt
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
NAME
driveshaft - Gearman Job Manager
SYNOPSIS
driveshaft --jobsconfig arg --max_running_time arg --status_port arg
--log_config arg --loop_timeout arg
DESCRIPTION
driveshaft is a job manager for Gearman jobs
OPTIONS
--help produce help message
--version print version string
--user arg username to run as
--pid_file arg file to write process ID out to
--daemonize Daemon, detach and run in the background
--jobsconfig arg jobs config file path
--logconfig arg log config file path
--max_running_time arg how long can a job run before it is considered failed
(in seconds)
--loop_timeout arg how long to wait for a response from gearmand before
restarting event-loop (in seconds)
--exporter_addr arg (=0.0.0.0:8888) the address:port on which to launch a
prometheus exporter to publish metrics
SEE ALSO
gearmand(8)
AUTHOR
Keyur Govande <[email protected]>