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

Пребарај: #seaside

当前筛选 #seaside清除筛选

🎙 SEASIDE CLUB announcing Seed Sale phase on December 🔥🔥🔥 📌 Seaside Club is an international holding company that comprises different business endeavors around the globe that has developed an innovative investment mechanism for retail and corporate investors. 📌 The core of the mechanism relies on the blockchain technology via a unique smart contract system, Seaside Coin and proof-of-ownership NFTs. 📌 Company deals with real estate, ore mining, agricultural production, motion picture industry, retail apparel and with a rage of digital projects including their own NFT marketplace and Metaverse. 💎 Seaside Coin 💎 The core of the Seaside Ecosystem! Unique coin that is backed by the real world businesses that are digitized via a special smart contract structure! 💎 Seaside Business Ecosystem 💎 A unique investment system that allows you to earn fixed 30% yearly returns on your total value locked in staking! Convenient, profitable and safe from volatility investment system that welcomes anyone! 💎 Own Branded TV Series 💎 In order to boost the global brand recognition Seaside Club is launching its own branded TV series "Crypto Hunters" on a major streaming and TV broadcasting platforms! Token information - Token name: $SEASIDE - Seed Phase: $0,15 - Private sale: $0,3$ - Total Supply: 2,000,000,000 ⏰ Seed Phase planed for December Learn more: - Opportunities: https://77d40765.flowpaper.com/SeasideClubOpportunitiesmatis/ - Tokenomics: https://77d40765.flowpaper.com/SeasideCoinTokenomicsMatis/ - Telegram: https://t.me/+O-ydB2I2CIBjYzhi #SEASIDE#Privatesale#NFTs