Skip to main content

get_queue_stats

Function get_queue_stats 

Source
pub async fn get_queue_stats<S: WorkflowStore>(
    __arg0: State<Arc<AppState<S>>>,
    __arg1: Query<NsQuery>,
) -> Result<Json<Vec<Value>>, AppError>