Return to "Miscellaneous"Some scripts or programs that you may wish to run on your website will require the addition of a scheduled task, or “cron job”, to function. For example, some bulletin board software may require a scheduled task to automatically archive old posts every night. You can add and manage these scheduled tasks from the OpenSourceHost control panel. You can access your OpenSourceHost control panel by clicking “Control Panel” from the My Products tab of the customer manager at https://my.opensourcehost.com.
Important Note: Scheduled tasks should only be added if required by your web software developer. Please do not schedule tasks that are not needed or occur more than 4 times an hour to prevent account suspension To schedule a task:You can schedule the time using the UNIX crontab entry format. In this format, you can
To schedule the task to run every Nth period, enter the combination */N, where N is the legal value for this field (minute, hour, day, month). For example, */15 in the Minute field schedules the task to start every 15 minutes.
You can type the contracted names of months and days of the week, which are the first three letters: Aug, Jul, Mon, Sat, etc. However, the contracted names cannot be separated with commas or used together with numbers.