Manage Scheduled Task (Cron Jobs)

From Hostek.com Wiki
Revision as of 17:14, 31 July 2017 by Chrisd (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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