TaskSchedule
Stability: beta -- This resource kind ships with
orloj.dev/v1and is suitable for production use, but its schema may evolve with migration guidance in future minor releases.
spec
task_ref(string): task template reference (nameornamespace/name).schedule(string): 5-field cron expression.time_zone(string): IANA timezone.suspend(bool): stop triggering whentrue.starting_deadline_seconds(int): max lateness window for catch-up.concurrency_policy(string):forbid(v1).successful_history_limit(int): retained successful run count.failed_history_limit(int): retained failed/deadletter run count.
Defaults and Validation
task_refis required and must benameornamespace/name.scheduleis required and must be a valid 5-field cron.time_zonedefaults toUTC.starting_deadline_secondsdefaults to300.concurrency_policydefaults toforbid.successful_history_limitdefaults to10.failed_history_limitdefaults to3.
status
phase,lastError,observedGenerationlastScheduleTime,lastSuccessfulTime,nextScheduleTimelastTriggeredTask,activeRuns
Example: examples/resources/task-schedules/
See also: Task schedule concept