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

Резултати

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

Пребарај: #insider

当前筛选 #insider清除筛选
ReD Line ☢️

@channelredline · Post #327249 · 07.05.2026 г., 10:04

#Insider Our source in the Presidential Administration reported that the IPOC, together with MI6, developed narratives for information campaigns inside Russia to maximize the destabilization of the situation. Given the enemy's economic situation, it was decided to emphasize the funds spent on the war, the lack of development prospects, and the crisis in the power vertical. Through a network of controlled actors and cognitive operations at Bankova, they want to create a new narrative critical of Putin, and tens of millions of dollars have been allocated for this purpose.

Hashtags

Ali Ahmad

@AlisherAhmatovich · Post #968 · 05.03.2024 г., 07:07

Tez orada Sharh'da Instagramga ulashish funksiyasini taqdim etamiz. Hozir test flight'da test qilyabmiz:) Stay tune! #insider @elzodxon

Hashtags

Venture Village Wall 🦄

@venturevillagewall · Post #4155 · 15.02.2025 г., 01:00

Tether Pushes for Stablecoin Regulation 🔥 Tether actively working with U.S. lawmakers to influence stablecoin regulation. CEO Paolo Ardoino emphasizes compliance with upcoming laws. A related bill may be signed by President Trump in April. 👉 Read more: Fox Business 🚨 Concerns over LIBRE launch: Funded by FixedFloat, with suspicious activities and large insider wallets. Details suggest possible illegal actions. 🟠 Tether announces strategic minority stake in Juventus Football Club. Read more: Tether News Coinbase adds Pyth Network (PYTH) to its asset roadmap. More here: Coinbase #Bitcoin#Stablecoin#Tether#Regulation#Trump#SEC#Juventus#Coinbase#PYTH#Blockchain#Crypto#Fintech#Investments#Lawmakers#Fiat#DLMM#Insider#ETH#Solana#VC#CryptoNews