Logo
Explore Help
Sign In
lingyuzeng/bttoxin-pipeline
1
0
Fork 0
You've already forked bttoxin-pipeline
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
59d7f8e0517fe4f8100bca40c149401db05813ca
bttoxin-pipeline/backend/app/api/v1/__init__.py
zly d4f0e27af8 feat(backend): add missing API endpoints, concurrency control, and queue management\n\n- Add /api/v1/tasks router for task management\n- Add DELETE endpoint for task deletion\n- Add GET /download endpoint for result bundling (tar.gz)\n- Add GET /queue endpoint for queue position queries\n- Create ConcurrencyManager service with Redis Semaphore (16 concurrent limit)\n- Add QUEUED status to JobStatus enum\n- Update Job model with queue_position, current_stage, progress_percent fields\n- Add scoring parameters (min_identity, min_coverage, etc.) to jobs API\n- Implement pipeline stages: digger -> shoter -> plots -> bundle\n- Add update_queue_positions Celery task for periodic queue updates\n- Clean up duplicate code in main.py\n\nCo-Authored-By: Claude <noreply@anthropic.com>
2026-01-13 23:41:15 +08:00

5 lines
113 B
Python
Raw Blame History

"""API v1 路由"""
from . import jobs, upload, results, tasks
__all__ = ["jobs", "upload", "results", "tasks"]
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 58ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API