QueueItemStatus:
    | "pending"
    | "executing"
    | "timeout"
    | "completed"
    | "cancelled"
    | "error"
    | "not_found"