Monitoring a Suspended Scheduler Batch Stream

A Scheduler Batch Stream is considered suspended if it’s stopped running temporarily. A Scheduler Batch Stream is considered Suspended if it is one of the following statuses.

  • Failed

  • Stopped

  • Paused

You can monitor the progress of a suspended Scheduler Batch Stream by broadcasting it from the Suspended search by option search results. The broadcasted zone “View Stream Steps” shows progress of the stream such as what steps have already completed and their status, what is the currently running step(s) along with steps that have not yet started. You can monitor the progress of the stream by refreshing the page or by configuring the page to refresh automatically. To configure automatic page refresh, refer to the User Portal Preferences for this portal.

The “View Streams Steps” zone also has information on when the step started and completed, the duration the step ran for and the option to view the batch job run. Clicking on the “View” button displays the batch run details of the batch job.

Stream Operations

When performing operations on a scheduler batch stream, the operation is not immediately processed real-time. User can only make a request for a desired operation. SaaS Batch Scheduler processes these requests and updates scheduler batch stream run accordingly.

Following operations are allowed on the Running scheduler batch streams.
  • Resume: A scheduler batch stream run can be resumed from Paused state. When this operation is performed, scheduler batch stream is set to In Progress status. SaaS Batch Scheduler processes these requests and starts processing the rest of the steps in the scheduler batch stream. A resumed scheduler batch stream is removed from this Suspended streams list and is displayed on the Running streams list.

  • Restart Stream: A scheduler batch stream run can be restarted while in Failed or Stopped state. When this operation is performed, scheduler batch stream is set to In Progress status. SaaS Batch Scheduler processes these requests and starts processing the rest of the steps starting with Failed or Stopped steps. A restarted scheduler batch stream is removed from this Suspended streams list and is displayed on the Running streams list

  • Cancel: A scheduler batch stream run can be canceled while in any one of the Suspended states. When this operation is performed, scheduler batch stream is set to Canceling status. SaaS Batch Scheduler processes these requests and in case of Failed scheduler batch stream, submits a cancelation request to cancel the underlying batch job. Once the underlying batch job is canceled, the scheduler batch stream is set to Canceled status. A Canceled scheduler batch stream is removed from this Running streams list and is displayed on the Completed streams list.

Stream Step Operations:

  • Skip: A stream step(s) can be skipped by using the skip multi-action button on this zone. Only steps that are in “Not Submitted” state can be skipped.

The stream steps can be in one of the following states:

  • Not Submitted

  • Stream Step SubmittedSubmitted

  • Stream Step EndedEnded

  • Stream Step FailedFailed

  • Stream Step StoppedStopped

  • Stream Step SkippedSkipped