MCPcopy Create free account
hub / github.com/clockworknowledge/menome_processor / purge_queue

Route purge_queue

app/routers/processing.py:None–None  ·  view source on GitHub ↗
router.post("/purge-queue", tags=["Queue Management"], description="Purge all tasks in the Celery queue", summary="Purge all tasks in the Celery queue")

Source from the content-addressed store, hash-verified

1from fastapi import APIRouter, Query, Depends
2from fastapi import Depends, HTTPException, status, APIRouter
3from fastapi.security import OAuth2PasswordBearer, OAuth2PasswordRequestForm
4from jose import JWTError, jwt

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected