Package perl-TheSchwartz: Information

    Binary package: perl-TheSchwartz
    Version: 1.12-alt1
    Architecture: noarch
    Build time:  Apr 2, 2015, 05:24 AM in the task #142640
    Source package: perl-TheSchwartz
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: TheSchwartz is a reliable job queue system
    Description: 
    TheSchwartz is a reliable job queue system.
    Your application can put jobs into the system, and your worker processes
    can pull jobs from the queue atomically to perform. Failed jobs can be
    left in the queue to retry later.
    
    Abilities specify what jobs a worker process can perform.
    Abilities are the names of TheSchwartz::Worker subclasses,
    as in the synopsis: the MyWorker class name is used to specify
    that the worker script can perform the job. When using
    the TheSchwartz client's work functions, the class-ability duality
    is used to automatically dispatch to the proper class to do the actual work.

    Maintainer: Denis Baranov


    Last changed


    April 1, 2015 Igor Vlasenko 1.12-alt1
    - automated CPAN update
    Dec. 16, 2014 Igor Vlasenko 1.11-alt1
    - automated CPAN update
    June 21, 2013 Vitaly Lipatov 1.10-alt2
    - cleanup spec, fix packing