logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gearman - Gearmand Documentation, http://gearman.info/

Author

Description

       With gearman you can run client and worker functions from the command line.

       The  environmental  variable  GEARMAN_SERVER can be used to specify multiple gearmand servers. Please see
       the c:func:'gearman_client_add_servers' for an explanation of the required syntax.

Home

       To find out more information please check: http://gearman.info/

Name

       gearman - Gearmand Documentation, http://gearman.info/

       Command line client for Gearmand

See Also

gearmand(8)libgearman(3)

Synopsis

Commonoptions-f<function>
              Function name to use for jobs (can give many)

       -h<host>
              Job server host

       -H     Print this help menu

       -p<port>
              Gearman server port

       -t<timeout>
              Timeout in milliseconds

       -i<pidfile>
              Create a pidfile for the process

       -n     In client mode run one job per line, in worker mode send data packet for each line

       -N     Same as -n, but strip off the newline

       Clientoptions-b     Run jobs in the background

       -I     Run jobs as high priority

       -L     Run jobs as low priority

       -P     Prefix all output lines with functions names

       -s     Send job without reading from standard input

       -u<unique>
              Unique key to use for job

       Workeroptions*-c<count>
              Number of jobs for worker to run before exiting

       -w     Run in worker mode

See Also