Bug 24668

Summary: Allow users to specify in plugins how often to run the plugin's cron
Product: Koha Reporter: Liz Rea <wizzyrea>
Component: Plugin architectureAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: wizzyrea
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20897
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 20897    
Bug Blocks:    

Description Liz Rea 2020-02-14 21:00:42 UTC
as an extension of bug 20897, it would be nice for plugin authors to be able to specify when to run a cron. 

One way to do it might be to have minute, hourly, and daily default crons, and they each check for the timing flag in the plugin config.
Comment 1 Liz Rea 2020-02-14 21:01:20 UTC
and a "do not run the cron for this plugin" option.