Difference between revisions of "Manage Scheduled Task (Cron Jobs)"

From Hostek.com Wiki
Jump to: navigation, search
(Created page with "<h1>Manage Scheduled Task (Cron Jobs)</h1> <p>In this wiki, you’ll learn how to create a ColdFusion scheduled task within your WCP.</p> '''''ColdFusion Scheduled Tasks ena...")
 
Line 7: Line 7:
  
 
<ol style="list-style-type: decimal;">
 
<ol style="list-style-type: decimal;">
 +
 +
<li>First login to your WCP control panel for the account the domain is under: https://wcp.hostek.com</li>
 +
<ul>
 +
<li>If needed see our guide on [https://wiki.hostek.com/How_to_login_to_WCP logging into WCP].</li>
 +
</ul>
 +
<br />
  
 
<li><p>In the ‘'''ColdFusion'''’ section, click the ‘'''Cron Jobs'''’ icon.</p>
 
<li><p>In the ‘'''ColdFusion'''’ section, click the ‘'''Cron Jobs'''’ icon.</p>

Revision as of 14:12, 31 July 2017

Manage Scheduled Task (Cron Jobs)


In this wiki, you’ll learn how to create a ColdFusion scheduled task within your WCP.

ColdFusion Scheduled Tasks enable you to schedule any ColdFusion template to run at any time.

  1. First login to your WCP control panel for the account the domain is under: https://wcp.hostek.com

  2. In the ‘ColdFusion’ section, click the ‘Cron Jobs’ icon.

    CronJobsButton.PNG

  3. You can now choose to create a new scheduled task or edit an existing task.

    • To create a new scheduled task you will click the 'Add' button.

      Add Cron Job Button.PNG

    • To edit an existing scheduled task you will click the 'pencil' icon.

      Edit Existing Task.PNG


  4. You will now enter the specific information for your scheduled task.

    Add Cron Job.PNG

    • 'Name'
    • Enter the name of your task. Name.PNG

    • 'URL'
    • Enter the URL your task will run. URL.PNG

      • 'Easy'
      • Choose time enterval from drop down. Time Enterval.PNG

      • 'Advanced'
      • Allows you to run task at any specific minute, hour, day, month or specific day of the week. Advanced.PNG

    • 'Save'
    • SaveButton.PNG