Returns
true if the runner is requesting new tasks.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
if runner.IsRequestingTasks() {
slog.Info("runner is requesting tasks")
}
func (*PollingTaskRunner) IsRequestingTasks() bool
true if the runner is requesting new tasks.
if runner.IsRequestingTasks() {
slog.Info("runner is requesting tasks")
}
Was this page helpful?