mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
* Add failed state and error to Job * Move migration code * Add websocket monitor * Make migrate a job managed task
23 lines
304 B
GraphQL
23 lines
304 B
GraphQL
subscription JobsSubscribe {
|
|
jobsSubscribe {
|
|
type
|
|
job {
|
|
id
|
|
status
|
|
subTasks
|
|
description
|
|
progress
|
|
error
|
|
}
|
|
}
|
|
}
|
|
|
|
subscription LoggingSubscribe {
|
|
loggingSubscribe {
|
|
...LogEntryData
|
|
}
|
|
}
|
|
|
|
subscription ScanCompleteSubscribe {
|
|
scanCompleteSubscribe
|
|
}
|