Scheduled tasks class and cron jobs

Re: Scheduled tasks class and cron jobs

by Ben Laor -
Number of replies: 0

Do you have access to your server's management system? If so, you can create a custom cron job to run a file (which you will write) and in that php file, require/include the file that contains the method that is run on "regular_completion_data" and tell it to run every minute.