Welcome to gmtasks’s documentation!

gmtasks contains a simple multiprocessing server for Gearman workers, designed for ease of configuration and maximum availability. It includes a task wrapper class that traps any interrupts or exceptions that might be thrown by your task methods, and attempts to make sure that the affected job is re-inserted into the queue (which is not the default behavior if the worker script exits abnormally)

Contents:

Indices and tables

Table Of Contents

Next topic

GearmanTaskServer

This Page