https://bugzilla.redhat.com/show_bug.cgi?id=1658851
Bug ID: 1658851
Summary: Review Request: perl-Schedule-Cron - Provides a simple
but complete cron like scheduler
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Target Milestone: ---
Classification: Fedora
Not to be confused with perl-Schedule-Cron-Events
Fedora Account System Username: kni
Spec URL:
https://raw.githubusercontent.com/knight-of-ni/specfiles/master/perl-Schedule-Cron.spec
SRPM URL:
https://kojipkgs.fedoraproject.org//work/tasks/4378/31434378/perl-Schedule-Cron-1.01-1.fc30.src.rpm
Description
------------
This module provides a simple but complete cron like scheduler. I.e
this modules can be used for periodically executing Perl subroutines.
The dates and parameters for the subroutines to be called are
specified with a format known as crontab entry (see man page crontab(5)
or documentation of Schedule::Cron).
The philosophy behind Schedule::Cron is to call subroutines
periodically from within one single Perl program instead of letting
cron trigger several (possibly different) Perl scripts. Everything
under one roof. Furthermore Schedule::Cron provides mechanism to
create crontab entries dynamically, which isn't that easy with cron.
Schedule::Cron knows about all extensions (well, at least all
extensions I'm aware of, i.e those of the so called "Vixie" cron) for
crontab entries like ranges including 'steps', specification of month
and days of the week by name or coexistence of lists and ranges in the
same field. And even a bit more (like lists and ranges with symbolic
names).
This module is rather effective concerning system load. It calculates
the execution dates in advance and will sleep until those dates are
reached (and wont wake up every minute to check for execution like
cron). However, it relies on the accuracy of your sleep() system
call.
RPMLint
-------
perl-Schedule-Cron.noarch: W: spelling-error %description -l en_US crontab ->
contactable
perl-Schedule-Cron.src: W: spelling-error %description -l en_US crontab ->
contactable
2 packages and 0 specfiles checked; 0 errors, 2 warnings.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]