func (*PollingTaskRunner) RunAll(ctx context.Context) errorRun the polling runner until there are no more tasks available.
Parameters
Section titled “Parameters”ctx context.Context required The context controlling the polling loop lifetime.
Returns
Section titled “Returns”An error if the polling loop fails.