Vincent e1204afd43 PhpStan Level 1 to 6 3 jaren geleden
..
Job e1204afd43 PhpStan Level 1 to 6 3 jaren geleden
UI 9301f5d021 PhpStan Level 0 3 jaren geleden
BaseCronJob.php 27a3c9be77 setup logging for cron jobs, and minor fixes 4 jaren geleden
CronjobInterface.php 27a3c9be77 setup logging for cron jobs, and minor fixes 4 jaren geleden
Readme.md 3245acfcdf finalize cron command and jobs 4 jaren geleden

Readme.md

Cronjobs

This namespace group the cronjobs that can be executed with

ot:cron [options] <action> [<jobs>]

Each of the cronjobs are in App\Service\Cron\Job and shall implement the CronjobInterface.

The job name is the class name, formatted in SnakeCase with hyphen -

Ex: MySuperJob job's name will be my-super-job