Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 258 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 258 Bytes

yii2-smartcron

Framework to create and manage cron tasks

debug_tag	varchar(100)

Cron Heartbeat Cron Schedule Tracking

    $cronManager = new CronManager();
    $cronManager->addCron(new SimpleCron());
    $cronResult = $cronManager->run();