refactor(queue): address code review feedback — extract constants and sync refresh interval

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-27 00:47:58 +00:00
parent c7c5718f78
commit 4dd018f210
6 changed files with 83 additions and 5 deletions
+1 -1
View File
@@ -15,9 +15,9 @@ from app.api.logs import router as logs_router
from app.api.onedrive import router as onedrive_router
from app.api.openai import router as openai_router
from app.api.process import router as process_router
from app.api.queue import router as queue_router
from app.api.search import router as search_router
from app.api.settings import router as settings_router
from app.api.queue import router as queue_router
from app.api.url_upload import router as url_upload_router
# Import all the individual routers