Fix deployment: add gunicorn to minimal deps, use start_alwrity_backend.py
This commit is contained in:
@@ -376,6 +376,7 @@ def start_backend(enable_reload=False, production_mode=False):
|
||||
return False
|
||||
|
||||
print(f"[DEBUG] Starting uvicorn with host={host} port={port}", flush=True)
|
||||
print("[DEBUG] >>> ABOUT TO CALL UVICORN.RUN() <<<", flush=True)
|
||||
|
||||
# Skip video preflight in podcast-only mode to save memory/time
|
||||
is_podcast = os.getenv("ALWRITY_ENABLED_FEATURES", "").strip().lower() == "podcast"
|
||||
|
||||
Reference in New Issue
Block a user