Changes for version 2.004.009 - 2017-10-08

  • bug fixing Worker->work: register functions on reconnect. see: https://github.com/p-alik/perl-Gearman/issues/23
  • Gearman::Client->do_task invokes Gearman::Task on_complete hook, if it is defined
  • add documentation of Gearman::Client exceptions property

Modules

Client for gearman distributed job system
Job in gearman distributed job system
represents a job status in gearman distributed job system
a parent class for Gearman::Client and Gearman::Worker
gearmand abstract response parser implementation
gearmand response parser implementation
a task in Gearman, from the point of view of a client
a taskset in Gearman, from the point of view of a Gearman::Client
Utility functions for gearman distributed job system
Worker for gearman distributed job system