cap embedding-flow runner at 1 concurrent run

This commit is contained in:
Michael Pilosov 2026-04-21 22:19:55 -06:00
parent 1807b3ac4e
commit a33f8f07cb

View File

@ -382,5 +382,5 @@ def embedding_flow(
if __name__ == "__main__":
embedding_flow.serve()
embedding_flow.serve(limit=1)
# embedding_flow()