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 слични објави

Пребарај: #cnht

当前筛选 #cnht清除筛选
CryptoBull_360™

@cryptobull_360 · Post #48461 · 23.02.2026 г., 01:02

⚠️ The main events of the weekend: ⚠️#Tradewars Trump signed a decree on imposing additional 15% tariffs on all countries 📉#IOTX Hack IoTeX 📉 🕯#RAVE are actively withdrawing from Bitget 🚀 🙅‍♂️ Tether ceases support for the yuan stablecoin #CNHT 🗣 Robert Kiyosaki announced that he bought 1 BTC at a price of 67,000$ ✅ It's nice that the Jupiter community proposed to stop the emission of #JUP for team members this year, as well as to stop holding Jupuary 🤖 The AI agent Lobstar sent 5.2% of the total supply of #LOBSTAR (~270 thousand $) to the person who asked for it in the comments on X (he asked for 4 SOL) 🖇#ICP DFINITY Foundation updates the tokenomics of the internet Computer #Binance Futures lists #OPN 📊 Charts: - The Bloomberg index of economic and geopolitical uncertainty since 1990 is at record highs - Stablecoin reserves on crypto exchanges fell by 14% over the past three months 💫Events for tomorrow: 🔓 Unlocks: Spacecoin (#SPACE) - 3.75% (7.92 million $) 🙅‍♂️#NFT The NFT platform Gemini Nifty Gateway will close 🙅‍♂️#TT ThunderCore will stop the operation of the TT Wallet wallet 🖼#DOLZ DOLZ will complete the auction for the NFT collection "Oriental Desire" by Veronica Leal 🙋‍♂️#IMX Immutable launches the open beta testing of StoneHold 🙋‍♂️#ACH Alchemy Pay will launch the Alchemy Chain in the test network 🇺🇸#NEAR The start of NEARCON 2026 in San Francisco