Scheduler

Like the name suggest, the Scheduler allows scheduling services. Scheduling is the ability to use a cron expression to schedule when and how often to perform an action. This allows you to automatically perform these actions instead of having to manually press the button.

Currently, you can schedule:

  • Jobs transaction start

  • Pipelines transaction start

Responsibility 1: To schedule a process and to execute the process when the cron job associated to the process is done.

Last updated