NAME
TaskPipe::JobManager::Settings - settings for the TaskPipe::JobManager module
METHODS
- max_kill_job_attempts
-
The maximum number of tries to kill all processes associated with a job before giving up
- job_tracking
-
Whether to record the executed command as a job in the job table. Recording the command as a job means the job can be inspected and managed via commands like
show jobs
andstop job
. This is the default behaviour. Specifyingjob_tracking=none
is necessary for commands liketaskpipe setup
when the global database tables do not yet exist.
AUTHOR
Tom Gracey <tomgracey@gmail.com>
COPYRIGHT AND LICENSE
Copyright (c) Tom Gracey 2018
TaskPipe is free software, licensed under
The GNU Public License Version 3