method
App.RunTasks
func (application *App) RunTasks(
ctx context.Context,
limit int,
) (TaskRunSummary, error)Claim and execute one bounded durable-task batch.
Concurrent callers are safe. Store leases are authoritative and handlers remain at-least-once.
Related types
AppA resolved application bound to operation services.
TaskRunSummaryCounters for one bounded worker claim cycle.