Paradime Bolt Schedule Toggle Commands

Overview

Paradime Bolt introduces a powerful feature called Schedule Toggle Commands, which allows you to dynamically control the status of a Bolt Schedule. With this functionality, you can easily pause a schedule for a specific period of time or until the next day, providing flexibility and control over your data transformation processes.

Prerequisites

Pausing a Schedule

One of the key capabilities of Schedule Toggle Commands is the ability to pause a schedule. By issuing a pause command, you can temporarily suspend the execution of a Bolt Schedule. This is particularly useful when you need to halt the processing of data for a certain duration, such as during maintenance windows or when unexpected issues arise.

To pause a schedule, you can use the following command:

paradime bolt schedule suspend "hourly refresh"

Use the variable $PARADIME_SCHEDULE_NAME to let a Bolt schedule "pause iteslf".

Resuming a Schedule

Once a schedule is paused, you can resume its execution whenever needed. Resuming a schedule allows you to continue the data transformation process after a certain amount of time elapsed. To resume a paused schedule, you can use the following command:

paradime bolt schedule unsuspend "hourly refresh"

Now, let's learn how to configure the Trigger Types of a Bolt Schedule.

Last updated

Was this helpful?