Module ora_common::schedule

source ·
Expand description

Schedules for repeated task executions.

Structs

  • A schedule supports repeatedly spawning jobs based on the given settings.

Enums

  • The policy that is used to determine the execution target time of newly spawned tasks when the schedule is behind.
  • Parameters for newly spawned tasks.
  • Task spawning policy of the schedule.