SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-TheSchwartz rpm build for : OpenSuSE. For other distributions click perl-TheSchwartz.

Name : perl-TheSchwartz
Version : 1.17 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 150600.11.1 Date : 2024-03-13 23:47:28
Group : Unspecified Source RPM : perl-TheSchwartz-1.17-150600.11.1.src.rpm
Size : 0.12 MB
Packager : https://www_suse_com/
Summary : Reliable job queue
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\' sub-classes, 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.

TheSchwartz clients will also prefer to do jobs for unused abilities before
reusing a particular ability, to avoid exhausting the supply of one kind of
job while jobs of other types stack up.

Some jobs with high setup times can be performed more efficiently if a
group of related jobs are performed together. TheSchwartz offers a facility
to _coalesce_ jobs into groups, which a properly constructed worker can
find and perform at once. For example, if your worker were delivering
email, you might store the domain name from the recipient\'s address as the
coalescing value. The worker that grabs that job could then batch deliver
all the mail for that domain once it connects to that domain\'s mail server.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_15_SP6/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-TheSchwartz-1.17-150600.11.1.noarch.rpm
     

Provides :
perl(TheSchwartz)
perl(TheSchwartz::Error)
perl(TheSchwartz::ExitStatus)
perl(TheSchwartz::FuncMap)
perl(TheSchwartz::Job)
perl(TheSchwartz::JobHandle)
perl(TheSchwartz::Worker)
perl-TheSchwartz

Requires :
/usr/bin/perl
perl(:MODULE_COMPAT_5.26.1)
perl(Class::Accessor::Fast)
perl(Data::ObjectDriver) >= 0.04
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/bin/schwartzmon
/usr/lib/perl5/vendor_perl/5.26.1/TheSchwartz
/usr/lib/perl5/vendor_perl/5.26.1/TheSchwartz.pm
/usr/lib/perl5/vendor_perl/5.26.1/TheSchwartz/Error.pm
/usr/lib/perl5/vendor_perl/5.26.1/TheSchwartz/ExitStatus.pm
/usr/lib/perl5/vendor_perl/5.26.1/TheSchwartz/FuncMap.pm
/usr/lib/perl5/vendor_perl/5.26.1/TheSchwartz/Job.pm
/usr/lib/perl5/vendor_perl/5.26.1/TheSchwartz/JobHandle.pm
/usr/lib/perl5/vendor_perl/5.26.1/TheSchwartz/Worker.pm
/usr/share/doc/packages/perl-TheSchwartz
/usr/share/doc/packages/perl-TheSchwartz/Changes
/usr/share/doc/packages/perl-TheSchwartz/README.md
/usr/share/doc/packages/perl-TheSchwartz/doc
/usr/share/doc/packages/perl-TheSchwartz/doc/http-mappings.txt
/usr/share/doc/packages/perl-TheSchwartz/doc/notes.txt
/usr/share/doc/packages/perl-TheSchwartz/doc/schema-postgres.sql
/usr/share/doc/packages/perl-TheSchwartz/doc/schema.sql
/usr/share/doc/packages/perl-TheSchwartz/minil.toml
/usr/share/licenses/perl-TheSchwartz
/usr/share/licenses/perl-TheSchwartz/LICENSE
/usr/share/man/man1/schwartzmon.1.gz
/usr/share/man/man3/TheSchwartz.3pm.gz
/usr/share/man/man3/TheSchwartz::Job.3pm.gz
/usr/share/man/man3/TheSchwartz::Worker.3pm.gz

 
ICM