Skip to main content

ScheduledJob

A scheduled job

type ScheduledJob {
completedAt: ISO8601DateTime
consecutiveFailures: Int
createdAt: ISO8601DateTime!
dependencies: [ScheduledJobDependency!]!
exhaustedAt: ISO8601DateTime
id: ID!
isInstance: Boolean!
jobType: String!
key: String!
lastError: String
lastErrorAt: ISO8601DateTime
lastRunAt: ISO8601DateTime
metadata: JSON!
relatedEntities: [ScheduledJobRelatedEntity!]!
runAfter: ISO8601DateTime
runCount: Int
status: ScheduledJobStatusEnum!
updatedAt: ISO8601DateTime!
}

Fields

ScheduledJob.completedAt ● ISO8601DateTime scalar common

ScheduledJob.consecutiveFailures ● Int scalar common

ScheduledJob.createdAt ● ISO8601DateTime! non-null scalar common

ScheduledJob.dependencies ● [ScheduledJobDependency!]! non-null object common

ScheduledJob.exhaustedAt ● ISO8601DateTime scalar common

ScheduledJob.id ● ID! non-null scalar common

ScheduledJob.isInstance ● Boolean! non-null scalar common

ScheduledJob.jobType ● String! non-null scalar common

ScheduledJob.key ● String! non-null scalar common

ScheduledJob.lastError ● String scalar common

ScheduledJob.lastErrorAt ● ISO8601DateTime scalar common

ScheduledJob.lastRunAt ● ISO8601DateTime scalar common

ScheduledJob.metadata ● JSON! non-null scalar common

ScheduledJob.relatedEntities ● [ScheduledJobRelatedEntity!]! non-null object common

ScheduledJob.runAfter ● ISO8601DateTime scalar common

ScheduledJob.runCount ● Int scalar common

ScheduledJob.status ● ScheduledJobStatusEnum! non-null enum common

ScheduledJob.updatedAt ● ISO8601DateTime! non-null scalar common

Returned By

scheduledJob query

Member Of

ScheduledJobConnection object ● ScheduledJobEdge object