phase8: report generation isolated in worker (ARQ background job) + async endpoint + DMS output
Check Cross-Plugin Imports / check (push) Has been cancelled
Check Cross-Plugin Imports / check (push) Has been cancelled
This commit is contained in:
@@ -5,6 +5,9 @@ from __future__ import annotations
|
||||
from app.plugins.base import BasePlugin
|
||||
from app.plugins.manifest import PluginManifest, PluginRouteDef, FrontendMenuItem, FrontendPageRoute
|
||||
|
||||
# Register background jobs (isolated report generation in worker)
|
||||
from app.plugins.builtins.report_generator import jobs # noqa: F401
|
||||
|
||||
|
||||
class ReportGeneratorPlugin(BasePlugin):
|
||||
"""Report Generator plugin for generating reports from Jinja2 templates."""
|
||||
|
||||
Reference in New Issue
Block a user