type
TaskReconciler
type TaskReconciler func(
context.Context,
*App,
) errorBounded recovery scan for a durable task admission gap.
Reconcilers run before every selected task claim cycle, including startup, and must be bounded, idempotent, and safe across concurrent instances.
Related types
AppA resolved application bound to operation services.