Settings Tab
  • 1 Minute to read
  • Dark
    Light
  • PDF

Settings Tab

  • Dark
    Light
  • PDF

Article Summary

This page outlines the technical specifications and features of the Settings Tab within each River

Overview

The Settings Tab provides users with the ability to set and manage various configurations in Rivers. It provides a centralized location for all settings related tasks, making it easier for users to manage and maintain Rivers.

Working with the Settings Tab

Schedule Me

Once you've configured your River's Column Mapping step, you can either execute it on demand (by clicking Run at the bottom of the screen) or schedule it.

Click 'Schedule Me' under the Settings tab to access the scheduling options:
image.png

River scheduling options are tied to specific plans and are detailed in the following manner:
  • Starter Plan: Rivers can be scheduled with a minimum interval of 60 minutes.
  • Professional Plan: Rivers can be scheduled with a minimum interval of 15 minutes.
  • Enterprise Plan: Rivers can be scheduled with a minimum interval of 5 minutes.

Additionally, Professional and higher plans provide advanced scheduling functionalities utilizing custom Cron Expressions.

Cron Expression

To set more custom scheduling frequencies, you can use a Cron expression. Rivery utilizes the quartz style format of cron expressions.

image.png

You can enter your Cron expression under the Custom tab:

image.png

If you'd like to use 'last day of month' syntax, use last instead of L.
For example, if you'd like to schedule the river to run every last day of the month at 22:30 PM, use the following syntax:

0 30 22 last * ? *


Notifications

If you would like to be notified upon a failure, warning, or when a run-time threshold is reached, simply set one of them to true and enter your email address.

image.png

image.png

Please Note:
Since each table functions as a run in the background, an alert will be generated for every unsuccessful run (table). If the user intends to configure an alert for the "no data" indication, they can do so using the checkbox labeled "On Warning".



Sub Rivers

Sub Rivers allow smaller specialized processes to be nested within larger ones. These sub-processes can inherit main River settings or have unique parameters, enhancing flexibility and customization in data processing. Sub Rivers are supported in specific Sources; refer to the Sub Rivers document for details.


Was this article helpful?

What's Next