fusio icon indicating copy to clipboard operation
fusio copied to clipboard

Cronjob on Xampp

Open BillyTheCowBoy opened this issue 5 years ago • 1 comments

i wonder that does Cronjob also work in Xampp or window enironment ? Thx

BillyTheCowBoy avatar Mar 04 '20 11:03 BillyTheCowBoy

Hi, so currently the cronjob feature works only under Linux since Fusio writes a custom cron file. You can take a look at the configuration.php there is the key fusio_cron_file and fusio_cron_exec which specifies the location and how to execute the command.

Under windows you could use the task scheduling and create manually an entry which calls the php bin/fusio cronjob:execute command. As first argument you would need to provide an id of the cron entry at fusio which should be executed. On Linux Fusio does this automatically through the cron file.

chriskapp avatar Mar 04 '20 19:03 chriskapp