queue_diagnostics
Analyze and resolve stuck queue items in media management services to restore workflow automation and monitoring functionality.
Instructions
Analyze and auto-fix stuck queue items
Input Schema
Name | Required | Description | Default |
---|---|---|---|
autoFix | No | ||
service | Yes |
Input Schema (JSON Schema)
{
"properties": {
"autoFix": {
"type": "boolean"
},
"service": {
"type": "string"
}
},
"required": [
"service"
],
"type": "object"
}