TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #425 · 20 апр.

Недавно делал быстрый прототип асинхронного приложения в котором требовалось вызывать много синхронного кода. Да, я знаю, что это не лучший дизайн, но нужно было быстрое решение на один процесс и без очередей. Поэтому я выполнял код в потоках. Выглядело это примерно так: from fastapi.concurrency import run_in_threadpool async def execute(data: DataRequest) -> DataResponse: try: result = await run_in_threadpool(sync_function, data) return DataResponse(data=result) except Exception as e: return DataResponse( error=str(e), success=False, ) В общем работает нормально. Для всех вызовов под капотом используется общий тредпул, всё работает предсказуемо. Но потребовалось изменить количество запускаемых в пуле потоков (по умолчанию создается 40 воркеров). Так как дело происходит с FastAPI, делается это через lifespan используя настройки anyio: import anyio @asynccontextmanager async def lifespan(app: FastAPI): limiter = anyio.to_thread.current_default_thread_limiter() limiter.total_tokens = 100 yield # если вдруг нужно вернуть обратно limiter.total_tokens = 40 Зачем менять количество воркеров? - уменьшить, если оперативки мало (один тред занимает ~8мб) - увеличить чтобы выдержать нагрузку Если есть предложения получше при тех же вводных - предлагайте😉 #async

Hashtags

Резултати

Пронајдени 2 слични објави

Пребарај: #federationcouncil

当前筛选 #federationcouncil清除筛选
International News

@intnewsagency · Post #9386 · 26.04.2026 г., 17:37

Reviving Lenin Rooms in Schools and Organizations Proposed in Federation Council Senator Ayrat Gibatdinov proposed reinstating Lenin Rooms in schools and organizations in a modern format to strengthen historical memory and youth education. He noted that the army maintains this tradition to boost morale. Amid attempts to rewrite history, the senator emphasized the importance of fostering values and preventing distortion of the past for external interests. #history#education#Russia#FederationCouncil#LeninRooms The main news of Russia and the world ishere.

International News

@intnewsagency · Post #9387 · 26.04.2026 г., 18:37

Main News at 21:00: Power outage hits Kharkiv; metro halted, water supply unstable. Trump continues talks with Putin over Ukraine. Tuapse beaches polluted with fuel oil after a Ukrainian strike on an oil depot. Federation Council proposes returning Lenin rooms to schools. Shipping through the Strait of Hormuz nearly stopped. #Kharkiv#Trump#Putin#Tuapse#FederationCouncil#StraitOfHormuz For full updates: here. The main news of Russia and the world ishere.