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

From Hostek.com Wiki
Jump to: navigation, search
 
Line 1: Line 1:
<h1>Manage Scheduled Task (Cron Jobs)</h1>
+
==What is a ColdFusion Scheduled Task?==
 +
<p>A ''''ColdFusion Scheduled Task'''' allows you to schedule a task to be completed at a specific time or at specific time intervals.</p>
 +
<br /><br />
 +
Let's go ahead and show how to setup a ColdFusion scheduled task for your domain.</p>
  
 +
==How to access ColdFusion scheduled tasks in WCP==
  
<p>In this wiki, you’ll learn how to create a ColdFusion scheduled task within your WCP.</p>
+
We'll share the steps needed to get to the ColdFusion scheduled tasks section below:
'''''ColdFusion Scheduled Tasks enable you to schedule any ColdFusion template to run at any time.'''''
+
<br /><br />
<br />
+
  
 
<ol style="list-style-type: decimal;">
 
<ol style="list-style-type: decimal;">
 +
<li><p>First login to your WCP control panel for the account the domain is under: https://wcp.hostek.com</p>
 +
[[file:wcp_url_secure.png]]
 +
<br /><Br />
 +
<p>If you have any issues with logging into WCP then please see our tutorials on [[Forgot_WCP_Password|recovering your password]] if necessary</p></li></ol>
  
<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 />
 
<br />
  
<li><p>In the '''ColdFusion'''’ section, click the ‘'''Cron Jobs'''’ icon.</p>
+
<ol start="2" style="list-style-type: decimal;">
[[File:CronJobsButton.PNG]]
+
<li><p>Once logged into WCP if you have multiple domains you may need to select the appropriate domain to manage using the ''''Hosted Domains'''' drop-down in the top-right of the page as shown in the screenshot below:</p>
</li>
+
[[file:wcp_change_domain.png]]
 +
<br /><br />
 +
</li></ol>
  
<li><p>You can now choose to create a new scheduled task or edit an existing task.</p></li>
+
<br />
<ul>
+
<li><p>To create a new scheduled task you will click the ''''Add'''' button.</p>
+
[[File:Add_Cron_Job_Button.PNG]]
+
</li>
+
  
<li><p>To edit an existing scheduled task you will click the ''''pencil'''' icon.</p>
+
<ol start="3" style="list-style-type: decimal;">
[[File:Edit_Existing_Task.PNG]]
+
<li><p>Once in the correct domains WCP control panel click on the ''''Cron Jobs'''' icon under the ''''ColdFusion'''' section.</p>
</li>
+
[[file:CronJobsButton.PNG]]
</ul>
+
<br /><br />
 +
</li></ol>
  
 +
<br />
 +
 +
 +
===Create a new scheduled task===
 +
<ol>
 +
<li><p>Click the ''''Add'''' button.</p>
 +
[[File:Add_Cron_Job_Button.PNG]]
 +
</li>
  
 
<li><p>You will now enter the specific information for your scheduled task.</p>
 
<li><p>You will now enter the specific information for your scheduled task.</p>
[[File:Add_Cron_Job.PNG]]
 
 
<ul>
 
<ul>
 
<li>''''Name''''</li>
 
<li>''''Name''''</li>
 
Enter the name of your task.
 
Enter the name of your task.
[[File:Name.PNG]]
+
 
 
<li>''''URL''''</li>
 
<li>''''URL''''</li>
 
Enter the URL your task will run.
 
Enter the URL your task will run.
[[File:URL.PNG]]
+
 
<ul>
+
 
<li>''''Easy''''</li>
 
<li>''''Easy''''</li>
 
Choose time enterval from drop down.
 
Choose time enterval from drop down.
[[File:Time_Enterval.PNG]]
+
 
 
<li>''''Advanced''''</li>
 
<li>''''Advanced''''</li>
 
Allows you to run task at any specific minute, hour, day, month or specific day of the week.
 
Allows you to run task at any specific minute, hour, day, month or specific day of the week.
[[File:Advanced.PNG]]
 
 
</ul>
 
</ul>
 +
 +
[[File:Add_Cron_Job.PNG]]
 +
 +
 
<li>''''Save''''</li>
 
<li>''''Save''''</li>
 
[[File:SaveButton.PNG]]
 
[[File:SaveButton.PNG]]
 
</li>
 
</li>
 +
 +
===Edit an existing scheduled task===
 +
 +
<li><p>Click the ''''pencil'''' icon to the left of the task you wish to edit.</p>
 +
[[File:Edit_Existing_Task.PNG]]
 +
</li>
 +
 +
<li><p>You will now be able to edit your exiting task.</p>
 +
<ul>
 +
<li>''''Name''''</li>
 +
Edit the name of your task.
 +
 +
<li>''''URL''''</li>
 +
Edit the URL your task will run.
 +
 +
<li>''''Easy''''</li>
 +
Edit the time interval from drop down.
 +
 +
<li>''''Advanced''''</li>
 +
Allows you to edit the task to any specific minute, hour, day, month or specific day of the week.
 +
 +
[[File:EditTask.PNG]]
 +
 +
<li>''''Save''''</li>
 +
[[File:SaveButton2.PNG]]
 +
</li>
 +
  
 
[[Category:WCP (Windows based Control Panel)]]
 
[[Category:WCP (Windows based Control Panel)]]

Latest revision as of 17:14, 31 July 2017

What is a ColdFusion Scheduled Task?

A 'ColdFusion Scheduled Task' allows you to schedule a task to be completed at a specific time or at specific time intervals.



Let's go ahead and show how to setup a ColdFusion scheduled task for your domain.</p>

How to access ColdFusion scheduled tasks in WCP

We'll share the steps needed to get to the ColdFusion scheduled tasks section below:

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

    Wcp url secure.png

    If you have any issues with logging into WCP then please see our tutorials on recovering your password if necessary


  1. Once logged into WCP if you have multiple domains you may need to select the appropriate domain to manage using the 'Hosted Domains' drop-down in the top-right of the page as shown in the screenshot below:

    Wcp change domain.png


  1. Once in the correct domains WCP control panel click on the 'Cron Jobs' icon under the 'ColdFusion' section.

    CronJobsButton.PNG



Create a new scheduled task

  1. Click the 'Add' button.

    Add Cron Job Button.PNG

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

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

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

    • 'Easy'
    • Choose time enterval from drop down.

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

    Add Cron Job.PNG


  3. 'Save'
  4. SaveButton.PNG

    Edit an existing scheduled task

  5. Click the 'pencil' icon to the left of the task you wish to edit.

    Edit Existing Task.PNG

  6. You will now be able to edit your exiting task.

    • 'Name'
    • Edit the name of your task.

    • 'URL'
    • Edit the URL your task will run.

    • 'Easy'
    • Edit the time interval from drop down.

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

      EditTask.PNG

    • 'Save'
    • SaveButton2.PNG