Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 23 Next »

Unknown macro: {scrollbar}

Important: This document is currently under construction. None of the features described in this document are available; development is in progress.

Using the Scheduler

The Scheduler allows you to create, update, delete, run, suspend, and resume one or more schedules (subscription and regular) in the BI Platform. In addition, you can suspend and resume the Scheduler itself. In the context of the BI platform, a schedule is a time (or group of times) associated with an action sequence (or group of action sequences). In most instances, the output of an action sequence associated with a subscription schedule is a report; for example, a sales report to which a manager or salesperson can subscribe. As the administrator, the schedule (or schedules) you designate determines when an action sequence (or action sequences) is allowed to run. Regular schedules are ad hoc, non-subscription schedules, which are associated with one action sequence only. If you unfamiliar with action sequences, see Understanding Action Sequences in the Wiki.)

Note: Currently, the Scheduler does not provide support for creating regular schedules.

In addition to associating a time (or group of times in the case of a repeating schedule) with an action sequence (or group of action sequences), the subscription schedule is also associated with a user's My Workspace. When an action sequence runs on its defined schedule, the output of the action sequence (the report) is archived in the My Workspace of the user who subscribes to the action sequence. This allows the subscribers to view the output of the action sequence (the report) at any time following its execution. (For more information about subscriptions and My Workspace see:

Why can't users create any schedule they want? Allowing that much flexibility introduces a too much uncertainty into the system. For example, a users could, hypothetically, run a large report every 5 seconds. In most cases there are times that make the most sense to schedule an action sequence to run; for example, after all stores upload their sales figures. In other cases sales data may not change for a week or month - so reporting hourly would not make sense. The solution developer and solution administrator can define as many schedules that make sense for a specific Action Sequence. The users gets to choose from a name that makes sense to them, and the administrator can schedule the run to occur at a time of minimal load.

Entering Schedules in the Schedule Creator Dialog Box

Enter schedules associated with your action sequences in the Schedule Creator dialog box. The Schedule Creator makes it easy for you to enter schedules without having to worry about creating CRON expressions; however, it provides you with the option to enter CRON expressions if that is your preference.

Follow the instructions below to use the Schedule Creator:

  1. In the main page of the Pentaho Open Admin Console, click Administration.
     
  2. Click the Scheduler tab.
     
  3. In the Scheduler, click first icon on the left to open the Scheduler Creator dialog box.
     
  4. Under Schedule, enter a Name for the schedule, for example, Monthly Sales.
     
  5. Enter a Group associated with the schedule, for example, Sales Schedules.
     
  6. Enter a short Description of the schedule. for example, "Schedule runs on the first of each month, schedule runs on Monday of each week."
     
  7. Select a Recurrence Type. You can schedule the action sequence to run once at a particular date and time only, or have it recur in seconds, minutes, hours, daily, weekly, monthly, yearly, or recur based on a Cron string. The options in the Recurrence Editor change depending on the type of recurrence you select.
     
  8. Click OK.

    Note: You can use the Schedule Creator to enter a Cron expression manually by selecting Cron from the Recurrence Type list. See CRON Expressions in Detail to learn more about CRON expressions.

Adding the Action Sequences

After you add your schedules, you must associate them with action sequences. Follow the instructions below to enter the paths to the action sequences:

  1. Under Scheduled Action, enter the path to each action sequence separated by commas.
     
  2. Click OK.
     

Examining the List of Schedules

As you create new schedules, the schedules appear in a list box. By examining the list, you can identify the Name and Group associated with each schedule. You can also determine the status (State) of each schedule and read a brief description of the schedule. In addition, you can determine when the schedule was first run (Fire Time - Last/Next) and when it will run again. The icons on the top left corner of the Scheduler page allow you to perform tasks such as:

  • Create  - Allows you to create a schedule
  • Edit  - Allows you to edit the details of a schedule
  • Delete  - Allows you to delete a specified schedule; however, if the schedule is currently executing in a scheduler thread it continues to execute but no new instances are run
  • Suspend  - Allows you to pause a specified schedule. Once the job is paused the only way to start it again is with a Resume
  • Resume  - Allows you to resume a previously suspended schedule. Once the schedule is resumed the Scheduler applies misfire rules if needed
  • Run Now -  Allows you to run a schedule immediately

  • No labels