Registry / utility / silverstripe-crontask

silverstripe-crontask

JSON →
library4.0.0phppackagistunverified

Module for running tasks with a standard cron timeschedule

composer require silverstripe/crontask
INSTALL
IMPORT
SIG · SILVERSTRIPE-CRONT
S
silverstripe-crontask
utilityphpv4.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CronTask
use SilverStripe\CronTask\CronTask;

Schedule and run a cron task

use SilverStripe\CronTask\CronTask; $task = new CronTask(); $task->setSchedule('*/5 * * * *'); $task->run();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
silverstripe-crontask — pip install silverstripe-crontask · libregistry