f3-cron icon indicating copy to clipboard operation
f3-cron copied to clipboard

Job scheduling for the PHP Fat-Free Framework

Results 4 f3-cron issues
Sort by recently updated
recently updated
newest added

adding date to cron.log -> cron_2022_01_19.log

`\Cron::instance();` is slow, because it always calls the binary method which uses an exec call: https://github.com/xfra35/f3-cron/blob/a66f447e004f55a3d640adb4fcf39ac5628b2939/lib/cron.php#L54-L56 this cant be skipped, even if you'd set a valid path. Some measurements showed...

enhancement

We're dockerizing our platform, splitting the main f3 application and the crons instance. For the crons docker image, is there a need for Nginx for either f3 or the crons?...

some shared space hosting providers like Webglobe in Slovakia require that cron URL is accessible via HEAD to enable CRON job from their WebUI Admin panels