Skip to content
Snippets Groups Projects

remove unnecessary OrchestratorApp in worker mode

Merged Mohammad Torkashvand requested to merge remvoe-fastapi-app-in-workers into develop
2 files
+ 1
8
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
5
@@ -54,11 +54,6 @@ def init_gso_app() -> OrchestratorCore:
return app
def init_worker_app() -> OrchestratorCore:
"""Initialise a :term:`GSO` instance as Celery worker."""
return OrchestratorCore(base_settings=app_settings)
def init_cli_app() -> typer.Typer:
"""Initialise :term:`GSO` as a CLI application."""
from gso.cli import imports, netbox # noqa: PLC0415
Loading