restruct / silverstripe-cronkeep
SilverStripe CronKeep integration - Cronjob management via web interface
Installs: 116
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 63
Open Issues: 0
Type:silverstripe-module
Requires
- dogancelik/slim-json: ~0.4.0
- silverstripe/framework: ~3.0
- slim/slim: ~2.4.3
- symfony/process: ~3.1
- zendframework/zend-escaper: ~2.3.8
- zendframework/zend-form: ~2.3.1
- zendframework/zend-i18n: ~2.3.1
- zendframework/zend-servicemanager: ~2.3.1
- zendframework/zend-view: ~2.3.1
Suggests
- silverstripe/silverstripe-crontask: Define crontabs to be run by the SilverStripe framework
README
This module wraps CronKeep into the Silverstripe framework. It contains an adapted & patched version of the excellent CronKeep tool, making cron-job management available to admins via the SilverStripe dev-tasks.
Installation
composer require restruct/silverstripe-cronkeep:@stable
CronKeep can then be openend (after a ?flush=1) as /dev/tasks/
SilverStripe CronKeep module - Cronjob management via web interface
CronKeep is a web-based crontab management tool which enables teams to have visibility over what cron jobs are scheduled, run jobs on demand, add new cron jobs in a human-friendly way, or pause a cron schedule from going off, without the need for sysadmin-level access.
Features
- Run cron jobs on demand
- Add new jobs in a simple way
- Pause a cron job schedule
- Change or delete existing jobs
- Minimal setup required (no database dependency)
Live Demo
See the app in action at demo.cronkeep.com. Running cron jobs is disabled in the demo app.
Note
The current CronKeep version interacts only with the crontab of the user Apache is running as. This means it will only have access to the jobs added for user www-data
, apache
or nobody
, depending on your system.
License
CronKeep is a free to use application, both for non-profit and commercial organizations, licensed under the terms of Apache License 2.0. Contributions are encouraged.