RefreshRunnerDataResult
Result of the refreshRunnerData mutation. enqueuedCount is the number
of NEWLY-enqueued backfill rows — refs whose latest job was absent or
failed. Zero means every ref was already pending / running / cached
(the queue is caught up relative to the runner's config) and the UI
should show "Already up to date". Non-zero means the worker pool has
more work to do; the UI should show "Enqueued N backfills".
type RefreshRunnerDataResult {
runner: BotRunner!
enqueuedCount: Int!
}
Fields
RefreshRunnerDataResult.runner ● BotRunner! non-null object
RefreshRunnerDataResult.enqueuedCount ● Int! non-null scalar
Returned By
refreshRunnerData mutation