We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a79f7 commit 249a844Copy full SHA for 249a844
src/lightspeed_stack.py
@@ -74,6 +74,8 @@ def main() -> None:
74
raise SystemExit(1) from e
75
return
76
77
+ # Store config path in env so each uvicorn worker can load it
78
+ # (step is needed because process context isn’t shared).
79
os.environ["LIGHTSPEED_STACK_CONFIG_PATH"] = args.config_file
80
81
# if every previous steps don't fail, start the service on specified port
0 commit comments