Bug 22603

Summary: Move boilerplate into Koha::Cron class
Product: Koha Reporter: Martin Renvoize <martin.renvoize>
Component: Command-line UtilitiesAssignee: Martin Renvoize <martin.renvoize>
Status: RESOLVED WONTFIX QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: josef.moravec, magnus, robin, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 22600    
Bug Blocks:    

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.