Skip to main content

RetryRunnerDataTargetResult

Result of the retryRunnerDataTarget mutation. enqueued is true when a fresh MarketDataBackfillJob row was created for the ref; false means the ref already has a pending/running job in flight (the UI shows the message verbatim — typically "already pending"). Distinct from an error: this is a legitimate no-op steady state, not a failure.

type RetryRunnerDataTargetResult {
enqueued: Boolean!
message: String
}

Fields

RetryRunnerDataTargetResult.enqueued ● Boolean! non-null scalar

RetryRunnerDataTargetResult.message ● String scalar

Returned By

retryRunnerDataTarget mutation