apioo / fusio

Open source API management platform
https://www.fusio-project.org
Apache License 2.0
1.85k stars 221 forks source link

Cronjob on Xampp #295

Open BillyTheCowBoy opened 4 years ago

BillyTheCowBoy commented 4 years ago

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

chriskapp commented 4 years ago

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.