Skip to content

Scheduling a plan

Tracelake supports two schedule types:

  • Manual
  • Interval

With manual schedule, the validation starts only when started in the UI.

With Interval type, the validation starts automatically based on additional parameters.

The following parameters are supported for interval type:

  • interval: The interval between validations. Valid values are daily, weekly, monthly, quarterly.
  • First run: The date and time to start the schedule.

For example, the following schedule will run the validation every day, starting on 11/17/2024 at 11:00 PM UTC:

interval: daily
first_run: 11/17/2024 11:00 pm

interval-schedule