type
TaskReconciler
Bounded recovery scan for a durable task admission gap.
contextcontext.Context- Worker-cycle cancellation context.
application*App- The fully initialized application used to inspect durable state and enqueue repairs.
Returns error A surfaced recovery failure.
Reconcilers run before every selected task claim cycle, including startup, and must be bounded, idempotent, and safe across concurrent instances.