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

Резултати

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

Пребарај: #lddh

当前筛选 #lddh清除筛选
Addis Standard

@addisstandardeng · Post #21606 · 04.03.2026 г., 09:55

Four children killed in #Djibouti 'drone strike' explosion: official, NGO Four children were killed in southern Djibouti in an explosion, authorities said late Tuesday, with a human rights group saying it was a drone strike. The children died in an explosion in the #Dhikil region in #Afar, public prosecutor Hassan Mohamed Hassan said in a statement, calling it a tragic event. Afar's community feels marginalised by President Ismail Omar #Guelleh, a member of the majority Issa community, who has ruled the country with an iron fist since 1999. "Two children, aged six and seven (a girl and a boy), were killed at the scene, and on Tuesday two others succumbed to their injuries due to a lack of evacuation and medical care," the Djiboutian League for Human Rights (#LDDH) said in a press release. The LDDH said the children were tending livestock when the incident took place and that.... https://web.facebook.com/AddisstandardEng/posts/pfbid037tZUcL1PYTnwEdFMBf2aLFw9oqiCJtFEgDvXKgddZQQa2CBTDdSTm1p2pcNcTkj9l