Bug 22603 - Move boilerplate into Koha::Cron class
Summary: Move boilerplate into Koha::Cron class
Status: RESOLVED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Command-line Utilities (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Martin Renvoize
QA Contact: Testopia
URL:
Keywords:
Depends on: 22600
Blocks:
  Show dependency treegraph
 
Reported: 2019-03-28 12:59 UTC by Martin Renvoize
Modified: 2024-02-13 12:17 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 2019-03-28 12:59:07 UTC
There's a bunch of patterns in the koha cron scripts.. we should move some of the boilerplate into the new Koha::Cron base class and make our cron scripts DRYer.