Skip to content

Commit b129025

Browse files
committed
Disable lifespan in uvicorn
1 parent 6a63885 commit b129025

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

singlestoredb/functions/ext/asgi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,6 +1289,7 @@ def main(argv: Optional[List[str]] = None) -> None:
12891289
host=args.host or None,
12901290
port=args.port or None,
12911291
log_level=args.log_level,
1292+
lifespan='off',
12921293
).items() if v is not None
12931294
}
12941295

0 commit comments

Comments
 (0)