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

A PHP cron task manager for MVC-type applications

Results 8 cron-manager issues
Sort by recently updated
recently updated
newest added

#comment * * * * * curl https://myweb.com/cron/api/info/get/610 2>&1 > /dev/null when i need to use external it said that Not matched i am using codeigniter

Caught an exception: mult1mate\crontab\TaskManagerException: class *** not found in Code Igniter: ``` $this->load->helper('path'); $this->controller_folder = set_realpath(FCPATH . 'application/models'); ``` in TasksController.php

Hello, I tried to deploy the yii version of the cron-manager and couldn't get it to work properly. Is there some way you maybe could post a zip containing a...

Hello, Thank you for your work. A successfully made it work with CodeIgniter 3 but I have a problem ; is it possible to have it run asynchronously ? Thank...

Hi, I've followed all steps and the commands run as they should if triggered manually, but they don't if happy at the intervals specified. Could I have missed something? Is...

Hi, I get this error when running `DBHelperTest`: ``` Fatal error: Class 'PHPUnit_Framework_TestCase' not found in D:\xampp\htdocs\crawler\sadotech\sadowado\vendor\mult1mate\cron-manager\tests\DbHelperTest.php on line 12 ``` It's already included in the config, but doesn't work....

Hi, hi! First of all, I want to thank you for your awesome code. It looks great. I mean "look" because I haven't been able to test it (apart from...

Hello, I would like to report for possible XSS vulnerability with date_begin and date_end. In file cron-manager-master\examples\codeigniter\application\controllers\TasksController.php ```php public function tasksReport() { $date_begin = isset($_GET['date_begin']) ? $_GET['date_begin'] : date('Y-m-d', strtotime('-6...