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::Job - Job in gearman distributed job system

Description

Gearman::Job is the object that's handed to the worker subrefs

Methods

set_status($numerator,$denominator)
       Updates the status of the job (most likely, a long-running job) and sends it back to the job server.
       $numerator and $denominator should represent the percentage completion of the job.

   argref()arg()return the scalar argument that the client sent to the job server.

   handle()return handle

perl v5.26.2                                       2018-08-30                                  Gearman::Job(3pm)

Name

       Gearman::Job - Job in gearman distributed job system

See Also