Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37401249
en ru br
ALT Linux repos
S:1.17-alt1

Group :: Development/Perl
RPM: perl-TheSchwartz

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.17-alt1
Build date: 1 january 2022, 00:30 ( 119.9 weeks ago )
Size: 58.33 Kb

Home page:   http://search.cpan.org/dist/TheSchwartz/

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.

Current maintainer: Denis Baranov

List of contributors

List of rpms provided by this srpm:

  • perl-TheSchwartz
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin