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 b713bc8 commit 6a4726fCopy full SHA for 6a4726f
src/dstack/_internal/server/app.py
@@ -99,7 +99,6 @@ def create_app() -> FastAPI:
99
async def lifespan(app: FastAPI):
100
configure_logging()
101
server_executor = ThreadPoolExecutor(max_workers=settings.SERVER_EXECUTOR_MAX_WORKERS)
102
- print(asyncio.get_running_loop())
103
asyncio.get_running_loop().set_default_executor(server_executor)
104
await migrate()
105
_print_dstack_logo()
0 commit comments