fc3i: /api/system/activity blueprint — queues, workers, runs, failures

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-24 21:04:34 -04:00
parent 7782672a51
commit 541e2bfe6a
2 changed files with 211 additions and 0 deletions
+2
View File
@@ -33,6 +33,7 @@ def all_blueprints() -> list[Blueprint]:
from .showcase import showcase_bp
from .sources import sources_bp
from .suggestions import suggestions_bp
from .system_activity import system_activity_bp
from .tags import tags_bp
return [
api_bp,
@@ -44,6 +45,7 @@ def all_blueprints() -> list[Blueprint]:
artists_bp,
showcase_bp,
settings_bp,
system_activity_bp,
import_admin_bp,
migrate_bp,
suggestions_bp,