Sebulba46

Results 1 issues of Sebulba46

I'm currently running pipeline with class Pipeline, having def init_db_connection. Which runs on startup in async def on_startup(). Is There any way to limit concurrency? ``` class Pipeline: class Valves(BaseModel):...