{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "\/var\/www\/scripts\/semantic-queue.sh status && echo \"\" && echo \"Worker PID:\" && pgrep -f \"semantic_worker.py\"",
"description": "Check queue and worker process"
}
}
{
"tool_response": {
"stdout": "=== Semantic Queue Status ===\n\nQueue:\n Total: 1\n Pending: 1\n Processing: 0\n Completed: 0\n Failed: 0\n Cancelled: 0\n\nDocument Semantic Status:\n pending: 1\n\nWorker PID:\n1046996\n1047548",
"stderr": "",
"interrupted": false,
"isImage": false
}
}