Alright I'm a little confused about cron jobs. I understand how to set them up using Windows Task Scheduler locally on Windows, but how would I go about setting them up on a web server?
Announcement
Collapse
No announcement yet.
Web server cron jobs
Collapse
X
-
Bit confused here, is your EspoCRM on your Windows or is it on a server?
If it on Windows then your Task Schedule just run the .php CRON script at the the time you set it to. (note these information is on top of my head from a few years back).
If it on some sort of Linux Server, the only method I know of is through CPanel using the CRON.
Comment