RunAll for finite worker processes and local draining workflows. Use RunForever for long-running runners.
Parameters
context.Context
required
The context controlling the runner lifetime.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
if err := runner.RunAll(ctx); err != nil {
return err
}
if err := runner.RunAll(ctx); err != nil {
return err
}
func (*TaskRunner) RunAll(ctx context.Context) error
RunAll for finite worker processes and local draining workflows. Use RunForever for long-running runners.
if err := runner.RunAll(ctx); err != nil {
return err
}
Was this page helpful?