f3-cron
f3-cron copied to clipboard
Job scheduling for the PHP Fat-Free Framework
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...
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