fusio
fusio copied to clipboard
Cronjob on Xampp
i wonder that does Cronjob also work in Xampp or window enironment ? Thx
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.